added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / arm / plat-s3c64xx / s3c6400-init.c
blob6c28f39df097538034ce71c1db2ecb8e1499c4b5
1 /* linux/arch/arm/plat-s3c64xx/s3c6400-init.c
3 * Copyright 2008 Openmoko, Inc.
4 * Copyright 2008 Simtec Electronics
5 * Ben Dooks <ben@simtec.co.uk>
6 * http://armlinux.simtec.co.uk/
8 * S3C6400 - CPU initialisation (common with other S3C64XX chips)
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
15 #include <linux/kernel.h>
16 #include <linux/types.h>
17 #include <linux/init.h>
19 #include <plat/cpu.h>
20 #include <plat/devs.h>
21 #include <plat/s3c6400.h>
22 #include <plat/s3c6410.h>
24 /* uart registration process */
26 void __init s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
28 s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);