aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/devs.h
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2010-01-14 08:23:53 +0900
committerBen Dooks <ben-linux@fluff.org>2010-01-15 19:16:47 +0900
commit501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (patch)
tree500c065c5b94068f292ca8a064d9a140d0fa8571 /arch/arm/plat-s3c/include/plat/devs.h
parentARM: S5P6440: Add configuration file (diff)
downloadlinux-dev-501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33.tar.xz
linux-dev-501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33.zip
ARM: S5P6440: Add serial port support
This patch adds UART serial port support for S5P6440 CPU. Most of the serial support of Samsung's 6400 CPU is reused for 6440 CPU. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/plat-s3c/include/plat/devs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index c1c20b023917..8a4153b49f40 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -18,6 +18,7 @@ struct s3c24xx_uart_resources {
extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
extern struct s3c24xx_uart_resources s3c64xx_uart_resources[];
+extern struct s3c24xx_uart_resources s5p_uart_resources[];
extern struct platform_device *s3c24xx_uart_devs[];
extern struct platform_device *s3c24xx_uart_src[];