aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/cpu.c
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2010-05-20 11:39:54 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-20 14:15:50 +0900
commit41d8289d161e23e9cff78c914b6f37f30e627ea2 (patch)
tree19b1312a4e88490739d6cfba26347a008bd6b1f9 /arch/arm/mach-s5pv210/cpu.c
parentARM: S5P6440: Add Touchscreen support for S5P6440 (diff)
downloadlinux-dev-41d8289d161e23e9cff78c914b6f37f30e627ea2.tar.xz
linux-dev-41d8289d161e23e9cff78c914b6f37f30e627ea2.zip
ARM: S5PV210: Add Touchscreen support for S5PV210
This patch adds touchscreen support for S5PV210. Note: TSADC in S5PV210 support 2 touchscreen interfaces, Only 1 is implemented as of now. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> [ben-linux@fluff.org: minor title fix] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/cpu.c')
-rw-r--r--arch/arm/mach-s5pv210/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c
index 2b776eb5d150..359bdc8f3b66 100644
--- a/arch/arm/mach-s5pv210/cpu.c
+++ b/arch/arm/mach-s5pv210/cpu.c
@@ -74,6 +74,8 @@ static void s5pv210_idle(void)
void __init s5pv210_map_io(void)
{
+ s3c_device_adc.name = "s3c64xx-adc";
+
iotable_init(s5pv210_iodesc, ARRAY_SIZE(s5pv210_iodesc));
}