diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-06-21 03:28:28 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | e7d0628ceacf59edc1c9c390a3117fc177486817 (patch) | |
tree | 57169999a7aa0beb64ab02556d31aa170c595be5 /arch/arm/mach-s5pv210/include | |
parent | 6901bbc8024524c9b4bb5d7a38c84c83e4646eeb (diff) |
ARM: S5PV210: Add keypad device helpers
This patch adds the keypad device platform helpers for S5PV210 cpu.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
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 3846a0be2fa6..d0af0c1a526e 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -32,6 +32,8 @@ | |||
32 | #define S5PV210_PA_SPI0 0xE1300000 | 32 | #define S5PV210_PA_SPI0 0xE1300000 |
33 | #define S5PV210_PA_SPI1 0xE1400000 | 33 | #define S5PV210_PA_SPI1 0xE1400000 |
34 | 34 | ||
35 | #define S5PV210_PA_KEYPAD (0xE1600000) | ||
36 | |||
35 | #define S5PV210_PA_IIC0 (0xE1800000) | 37 | #define S5PV210_PA_IIC0 (0xE1800000) |
36 | #define S5PV210_PA_IIC1 (0xFAB00000) | 38 | #define S5PV210_PA_IIC1 (0xFAB00000) |
37 | #define S5PV210_PA_IIC2 (0xE1A00000) | 39 | #define S5PV210_PA_IIC2 (0xE1A00000) |
@@ -107,5 +109,6 @@ | |||
107 | 109 | ||
108 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 110 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
109 | #define SAMSUNG_PA_CFCON S5PV210_PA_CFCON | 111 | #define SAMSUNG_PA_CFCON S5PV210_PA_CFCON |
112 | #define SAMSUNG_PA_KEYPAD S5PV210_PA_KEYPAD | ||
110 | 113 | ||
111 | #endif /* __ASM_ARCH_MAP_H */ | 114 | #endif /* __ASM_ARCH_MAP_H */ |