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/include | |
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/include')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | ||