Commit 8d75c912 authored by Jemings Ko's avatar Jemings Ko Committed by Kukjin Kim

ARM: S5PV310: Add support Watchdog Timer

This patch adds support Watchdog Timer for S5PV310 and S5PC210.
Signed-off-by: default avatarJemings Ko <jemings@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent cdff6e6f
......@@ -734,6 +734,7 @@ config ARCH_S5PV310
select HAVE_CLK
select GENERIC_CLOCKEVENTS
select HAVE_S3C_RTC
select HAVE_S3C2410_WATCHDOG
help
Samsung S5PV310 series based systems
......
......@@ -34,6 +34,7 @@ config MACH_SMDKC210
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
select S3C_DEV_WDT
help
Machine support for Samsung SMDKC210
S5PC210(MCP) is one of package option of S5PV310
......@@ -55,6 +56,7 @@ config MACH_SMDKV310
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
select S3C_DEV_WDT
help
Machine support for Samsung SMDKV310
......
......@@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkc210_uartcfgs[] __initdata = {
static struct platform_device *smdkc210_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
};
static void __init smdkc210_map_io(void)
......
......@@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkv310_uartcfgs[] __initdata = {
static struct platform_device *smdkv310_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
};
static void __init smdkv310_map_io(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment