aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5p6440/include/mach/map.h
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2010-05-20 11:39:53 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-20 14:15:21 +0900
commit09cae8f195c5be8d3102022c7ecd1653b3653233 (patch)
tree270f2869daf98c5ad8e50923ffbf92e158a82b5e /arch/arm/mach-s5p6440/include/mach/map.h
parent85b14a3fc4036473ec6776d8e5d92c022155d581 (diff)
ARM: S5P6440: Add Touchscreen support for S5P6440
This patch adds touchscreen support for S5P6440. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> [ben-linux@fluff.org: minor header fix] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6440/include/mach/map.h')
-rw-r--r--arch/arm/mach-s5p6440/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6440/include/mach/map.h b/arch/arm/mach-s5p6440/include/mach/map.h
index 72aedadd412..13c1ee718d3 100644
--- a/arch/arm/mach-s5p6440/include/mach/map.h
+++ b/arch/arm/mach-s5p6440/include/mach/map.h
@@ -69,8 +69,11 @@
/* PCM */
#define S5P6440_PA_PCM 0xF2100000
+#define S5P6440_PA_ADC (0xF3000000)
+
/* compatibiltiy defines. */
#define S3C_PA_UART S5P6440_PA_UART
#define S3C_PA_IIC S5P6440_PA_IIC0
+#define SAMSUNG_PA_ADC S5P6440_PA_ADC
#endif /* __ASM_ARCH_MAP_H */