This patch updates the keypad IF base address in the memory map for EXYNOS4. Signed-off-by: Naveen Krishna Ch <ch.naveen@xxxxxxxxxxx> --- 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 80a41e0..d7e331a 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h @@ -47,6 +47,8 @@ #define EXYNOS4_PA_WATCHDOG 0x10060000 #define EXYNOS4_PA_RTC 0x10070000 +#define EXYNOS4_PA_KEYPAD 0x100A0000 + #define EXYNOS4_PA_DMC0 0x10400000 #define EXYNOS4_PA_COMBINER 0x10448000 @@ -128,6 +130,8 @@ #define S5P_PA_SYSCON EXYNOS4_PA_SYSCON #define S5P_PA_TIMER EXYNOS4_PA_TIMER +#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD + /* UART */ #define S3C_PA_UART EXYNOS4_PA_UART -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html