diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-06-30 08:50:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:30:50 -0400 |
commit | 327b90305e9c8a5fecf663788301927efbeaeb6d (patch) | |
tree | 2591b4d4a0ce3025300c1f27360d652756a862c2 /arch/arm/mach-s5pc100/cpu.c | |
parent | 66194a74c290e7e082c276329ee84d54669c82fc (diff) |
ARM: S5PC100: Add Touchscreen support.
This patch adds touchscreen support for S5PC100.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pc100/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pc100/cpu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/cpu.c b/arch/arm/mach-s5pc100/cpu.c index 5ce66de1a93d..799d22f41fcd 100644 --- a/arch/arm/mach-s5pc100/cpu.c +++ b/arch/arm/mach-s5pc100/cpu.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <plat/ata-core.h> | 41 | #include <plat/ata-core.h> |
42 | #include <plat/iic-core.h> | 42 | #include <plat/iic-core.h> |
43 | #include <plat/sdhci.h> | 43 | #include <plat/sdhci.h> |
44 | #include <plat/adc-core.h> | ||
44 | #include <plat/onenand-core.h> | 45 | #include <plat/onenand-core.h> |
45 | 46 | ||
46 | #include <plat/s5pc100.h> | 47 | #include <plat/s5pc100.h> |
@@ -88,6 +89,8 @@ void __init s5pc100_map_io(void) | |||
88 | s5pc100_default_sdhci1(); | 89 | s5pc100_default_sdhci1(); |
89 | s5pc100_default_sdhci2(); | 90 | s5pc100_default_sdhci2(); |
90 | 91 | ||
92 | s3c_adc_setname("s3c64xx-adc"); | ||
93 | |||
91 | /* the i2c devices are directly compatible with s3c2440 */ | 94 | /* the i2c devices are directly compatible with s3c2440 */ |
92 | s3c_i2c0_setname("s3c2440-i2c"); | 95 | s3c_i2c0_setname("s3c2440-i2c"); |
93 | s3c_i2c1_setname("s3c2440-i2c"); | 96 | s3c_i2c1_setname("s3c2440-i2c"); |