diff options
author | Jemings Ko <jemings@samsung.com> | 2010-09-20 02:33:04 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 18:52:18 -0400 |
commit | 8d75c9128a07bd1f81952a518ed818d1a3e90c96 (patch) | |
tree | 698afc1d4db8c70ee533f79233db889077b44b47 /arch/arm/mach-s5pv310/mach-smdkc210.c | |
parent | cdff6e6fd2d4360e2d5bc39afe3f1ef17d79dbf0 (diff) |
ARM: S5PV310: Add support Watchdog Timer
This patch adds support Watchdog Timer for S5PV310 and S5PC210.
Signed-off-by: Jemings Ko <jemings@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/mach-smdkc210.c')
-rw-r--r-- | arch/arm/mach-s5pv310/mach-smdkc210.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/mach-smdkc210.c b/arch/arm/mach-s5pv310/mach-smdkc210.c index 9464084cc1f7..b0623976b884 100644 --- a/arch/arm/mach-s5pv310/mach-smdkc210.c +++ b/arch/arm/mach-s5pv310/mach-smdkc210.c | |||
@@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkc210_uartcfgs[] __initdata = { | |||
68 | 68 | ||
69 | static struct platform_device *smdkc210_devices[] __initdata = { | 69 | static struct platform_device *smdkc210_devices[] __initdata = { |
70 | &s3c_device_rtc, | 70 | &s3c_device_rtc, |
71 | &s3c_device_wdt, | ||
71 | }; | 72 | }; |
72 | 73 | ||
73 | static void __init smdkc210_map_io(void) | 74 | static void __init smdkc210_map_io(void) |