diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2009-12-23 19:25:05 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-12-23 19:28:12 +0000 |
commit | ce8877b542d946ee4fb29b57dc9d6549648b1558 (patch) | |
tree | 9f8b0f5461379c10ae328c89f31610d2540f1e15 /arch/arm/plat-s3c24xx/s3c244x.c | |
parent | d3ef7ee4a7abd0bec23420e589eeaa88ba391e8c (diff) | |
download | linux-ce8877b542d946ee4fb29b57dc9d6549648b1558.tar.bz2 |
ARM: S3C24XX: touchscreen device definition
Add definition for the touchscreen driver platform data and initial
support for the H1940 machine.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/s3c244x.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/s3c244x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/s3c244x.c b/arch/arm/plat-s3c24xx/s3c244x.c index 1364317d421e..12623a474b54 100644 --- a/arch/arm/plat-s3c24xx/s3c244x.c +++ b/arch/arm/plat-s3c24xx/s3c244x.c @@ -70,6 +70,7 @@ void __init s3c244x_map_io(void) s3c_device_sdi.name = "s3c2440-sdi"; s3c_device_i2c0.name = "s3c2440-i2c"; s3c_device_nand.name = "s3c2440-nand"; + s3c_device_ts.name = "s3c2440-ts"; s3c_device_usbgadget.name = "s3c2440-usbgadget"; } |