summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pc100/init.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-05-24 23:08:52 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-24 23:08:52 +0100
commit119c4b1257e44d9ec981465ccb80aba427a96dda (patch)
tree059647211002acf6bd0a6137b310d212b5653f7a /arch/arm/mach-s5pc100/init.c
parent3d34a0d80ab51b6838c08c22e7f47aec408eb837 (diff)
parentd472d1a1c82ade81d2854db2ff4c9694ed66612e (diff)
Merge branch 'devel-stable' into devel
Diffstat (limited to 'arch/arm/mach-s5pc100/init.c')
-rw-r--r--arch/arm/mach-s5pc100/init.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/init.c b/arch/arm/mach-s5pc100/init.c
new file mode 100644
index 000000000000..19d7b523c137
--- /dev/null
+++ b/arch/arm/mach-s5pc100/init.c
@@ -0,0 +1,24 @@
+/* linux/arch/arm/plat-s5pc100/s5pc100-init.c
+ *
+ * Copyright 2009 Samsung Electronics Co.
+ * Byungho Min <bhmin@samsung.com>
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/init.h>
+
+#include <plat/cpu.h>
+#include <plat/devs.h>
+#include <plat/s5pc100.h>
+
+/* uart registration process */
+void __init s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
+{
+ s3c24xx_init_uartdevs("s3c6400-uart", s5p_uart_resources, cfg, no);
+}