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-s3c | |
parent | d3ef7ee4a7abd0bec23420e589eeaa88ba391e8c (diff) |
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-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/devs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h index 932cbbbb427..c1c20b02391 100644 --- a/arch/arm/plat-s3c/include/plat/devs.h +++ b/arch/arm/plat-s3c/include/plat/devs.h @@ -31,6 +31,7 @@ extern struct platform_device s3c64xx_device_iisv4; extern struct platform_device s3c64xx_device_pcm0; extern struct platform_device s3c64xx_device_pcm1; +extern struct platform_device s3c_device_ts; extern struct platform_device s3c_device_fb; extern struct platform_device s3c_device_usb; extern struct platform_device s3c_device_lcd; |