diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2011-03-04 19:48:31 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-15 07:37:02 -0400 |
commit | 344021cb12d993ff61cd9760c023e6b400da4ff7 (patch) | |
tree | 213038777b41def3ee3c5e5a9e3ec4da16a8cbc3 /arch/arm/mach-exynos4 | |
parent | 8e97fb7945717db1773f723b99ab04f6ed1fa875 (diff) |
ARM: EXYNOS4: Update keypad base address
This patch updates the keypad IF base address in the memory map
for EXYNOS4.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h index 874f7d288126..6330b73b9ea7 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h | |||
@@ -53,6 +53,8 @@ | |||
53 | #define EXYNOS4_PA_WATCHDOG 0x10060000 | 53 | #define EXYNOS4_PA_WATCHDOG 0x10060000 |
54 | #define EXYNOS4_PA_RTC 0x10070000 | 54 | #define EXYNOS4_PA_RTC 0x10070000 |
55 | 55 | ||
56 | #define EXYNOS4_PA_KEYPAD 0x100A0000 | ||
57 | |||
56 | #define EXYNOS4_PA_DMC0 0x10400000 | 58 | #define EXYNOS4_PA_DMC0 0x10400000 |
57 | 59 | ||
58 | #define EXYNOS4_PA_COMBINER 0x10448000 | 60 | #define EXYNOS4_PA_COMBINER 0x10448000 |
@@ -142,6 +144,8 @@ | |||
142 | #define S5P_PA_SYSCON EXYNOS4_PA_SYSCON | 144 | #define S5P_PA_SYSCON EXYNOS4_PA_SYSCON |
143 | #define S5P_PA_TIMER EXYNOS4_PA_TIMER | 145 | #define S5P_PA_TIMER EXYNOS4_PA_TIMER |
144 | 146 | ||
147 | #define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD | ||
148 | |||
145 | /* UART */ | 149 | /* UART */ |
146 | 150 | ||
147 | #define S3C_PA_UART EXYNOS4_PA_UART | 151 | #define S3C_PA_UART EXYNOS4_PA_UART |