aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/mach-smdkv210.c
diff options
context:
space:
mode:
authorBanajit Goswami <banajit.g@samsung.com>2010-05-20 16:21:32 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-20 19:47:32 +0900
commit5b7d7b22dc8469fbe1ca10b2adeabb70639bde01 (patch)
tree8598d62d8e40fae729e3034d0c7a21beeea6ab58 /arch/arm/mach-s5pv210/mach-smdkv210.c
parentARM: S5P6440: Add Watchdog support for S5P6440 (diff)
downloadlinux-dev-5b7d7b22dc8469fbe1ca10b2adeabb70639bde01.tar.xz
linux-dev-5b7d7b22dc8469fbe1ca10b2adeabb70639bde01.zip
ARM: S5PV210: Add Watchdog support for S5PV210
This patch adds support for Watchdog timer for Samsung S5PV210. Signed-off-by: Banajit Goswami <banajit.g@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkv210.c')
-rw-r--r--arch/arm/mach-s5pv210/mach-smdkv210.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c
index 3c29e18528a5..d65ab2a94929 100644
--- a/arch/arm/mach-s5pv210/mach-smdkv210.c
+++ b/arch/arm/mach-s5pv210/mach-smdkv210.c
@@ -74,6 +74,7 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
static struct platform_device *smdkv210_devices[] __initdata = {
&s5pv210_device_iis0,
&s5pv210_device_ac97,
+ &s3c_device_wdt,
};
static void __init smdkv210_map_io(void)