diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:51:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:51:40 -0400 |
commit | 6aeaad51aaecc9ebc8c1e8f132655e2ae8141f8c (patch) | |
tree | 6bdfd633a261a0b434ad7060a3c2d1ee1d9b377d /arch/arm/mach-s5pv210 | |
parent | a2f7bffa29f18266bc7b55a2b47a5fa1274ed53f (diff) | |
parent | 5b7d7b22dc8469fbe1ca10b2adeabb70639bde01 (diff) |
ARM: Merge for-2635-4/watchdog
Merge branch 'for-2635-4/watchdog' into for-2635-4/partial2
Conflicts:
arch/arm/mach-s3c64xx/mach-smdk6410.c
arch/arm/mach-s5p6440/Kconfig
arch/arm/mach-s5p6440/include/mach/map.h
arch/arm/mach-s5p6440/mach-smdk6440.c
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/include/mach/map.h
arch/arm/mach-s5pv210/mach-smdkv210.c
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 3 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkc110.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 88f81ce2f888..96f4d9b7eab4 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -68,6 +68,8 @@ config MACH_SMDKV210 | |||
68 | select ARCH_SPARSEMEM_ENABLE | 68 | select ARCH_SPARSEMEM_ENABLE |
69 | select SAMSUNG_DEV_ADC | 69 | select SAMSUNG_DEV_ADC |
70 | select SAMSUNG_DEV_TS | 70 | select SAMSUNG_DEV_TS |
71 | select S3C_DEV_WDT | ||
72 | select HAVE_S3C2410_WATCHDOG | ||
71 | help | 73 | help |
72 | Machine support for Samsung SMDKV210 | 74 | Machine support for Samsung SMDKV210 |
73 | 75 | ||
@@ -75,6 +77,8 @@ config MACH_SMDKC110 | |||
75 | bool "SMDKC110" | 77 | bool "SMDKC110" |
76 | select CPU_S5PV210 | 78 | select CPU_S5PV210 |
77 | select ARCH_SPARSEMEM_ENABLE | 79 | select ARCH_SPARSEMEM_ENABLE |
80 | select S3C_DEV_WDT | ||
81 | select HAVE_S3C2410_WATCHDOG | ||
78 | help | 82 | help |
79 | Machine support for Samsung SMDKC110 | 83 | Machine support for Samsung SMDKC110 |
80 | S5PC110(MCP) is one of package option of S5PV210 | 84 | S5PC110(MCP) is one of package option of S5PV210 |
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 6fb7bfdd232a..3a44e1e5f126 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -38,6 +38,8 @@ | |||
38 | 38 | ||
39 | #define S5PV210_PA_SYSTIMER (0xE2600000) | 39 | #define S5PV210_PA_SYSTIMER (0xE2600000) |
40 | 40 | ||
41 | #define S5PV210_PA_WATCHDOG (0xE2700000) | ||
42 | |||
41 | #define S5PV210_PA_UART (0xE2900000) | 43 | #define S5PV210_PA_UART (0xE2900000) |
42 | 44 | ||
43 | #define S5P_PA_UART0 (S5PV210_PA_UART + 0x0) | 45 | #define S5P_PA_UART0 (S5PV210_PA_UART + 0x0) |
@@ -96,6 +98,7 @@ | |||
96 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 | 98 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 |
97 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | 99 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 |
98 | #define S3C_PA_FB S5PV210_PA_FB | 100 | #define S3C_PA_FB S5PV210_PA_FB |
101 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG | ||
99 | 102 | ||
100 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 103 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
101 | 104 | ||
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index 6f9fd3274e2e..4c8903c6d104 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c | |||
@@ -74,6 +74,7 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = { | |||
74 | static struct platform_device *smdkc110_devices[] __initdata = { | 74 | static struct platform_device *smdkc110_devices[] __initdata = { |
75 | &s5pv210_device_iis0, | 75 | &s5pv210_device_iis0, |
76 | &s5pv210_device_ac97, | 76 | &s5pv210_device_ac97, |
77 | &s3c_device_wdt, | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | static void __init smdkc110_map_io(void) | 80 | static void __init smdkc110_map_io(void) |
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index b92beb6831ae..0d4627948040 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -78,6 +78,7 @@ static struct platform_device *smdkv210_devices[] __initdata = { | |||
78 | &s5pv210_device_ac97, | 78 | &s5pv210_device_ac97, |
79 | &s3c_device_adc, | 79 | &s3c_device_adc, |
80 | &s3c_device_ts, | 80 | &s3c_device_ts, |
81 | &s3c_device_wdt, | ||
81 | }; | 82 | }; |
82 | 83 | ||
83 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { | 84 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { |