aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6440/include/mach
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2010-05-19 22:39:53 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-20 01:15:21 -0400
commit09cae8f195c5be8d3102022c7ecd1653b3653233 (patch)
tree270f2869daf98c5ad8e50923ffbf92e158a82b5e /arch/arm/mach-s5p6440/include/mach
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')
-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 72aedadd412c..13c1ee718d30 100644
--- a/arch/arm/mach-s5p6440/include/mach/map.h
+++ b/arch/arm/mach-s5p6440/include/mach/map.h
@@ -69,8 +69,11 @@
69/* PCM */ 69/* PCM */
70#define S5P6440_PA_PCM 0xF2100000 70#define S5P6440_PA_PCM 0xF2100000
71 71
72#define S5P6440_PA_ADC (0xF3000000)
73
72/* compatibiltiy defines. */ 74/* compatibiltiy defines. */
73#define S3C_PA_UART S5P6440_PA_UART 75#define S3C_PA_UART S5P6440_PA_UART
74#define S3C_PA_IIC S5P6440_PA_IIC0 76#define S3C_PA_IIC S5P6440_PA_IIC0
77#define SAMSUNG_PA_ADC S5P6440_PA_ADC
75 78
76#endif /* __ASM_ARCH_MAP_H */ 79#endif /* __ASM_ARCH_MAP_H */