Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier...
[linux-2.6/linux-2.6-openrd.git] / arch / arm / plat-s5pc1xx / s5pc100-init.c
blobc58710884cebd5765259143b2956e5dd9c8aa543
1 /* linux/arch/arm/plat-s5pc1xx/s5pc100-init.c
3 * Copyright 2009 Samsung Electronics Co.
4 * Byungho Min <bhmin@samsung.com>
6 * S5PC100 - CPU initialisation (common with other S5PC1XX chips)
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 #include <linux/kernel.h>
14 #include <linux/types.h>
15 #include <linux/init.h>
17 #include <plat/cpu.h>
18 #include <plat/devs.h>
19 #include <plat/s5pc100.h>
21 /* uart registration process */
23 void __init s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
25 /* The driver name is s3c6400-uart to reuse s3c6400_serial_drv */
26 s3c24xx_init_uartdevs("s3c6400-uart", s5pc1xx_uart_resources, cfg, no);