diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-03-02 09:47:23 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 21:50:25 +0100 |
commit | a829ae57f8b17bbebc7b9b2cbec99686b88a9e25 (patch) | |
tree | cf717ac3ef724094c6e4a37fe6687f701f1e38af /include/linux/platform_data/touchscreen-s3c2410.h | |
parent | 2bb8ad9b44c528a7f8c0e9120b85b9ecc69b2bbe (diff) | |
download | talos-op-linux-a829ae57f8b17bbebc7b9b2cbec99686b88a9e25.tar.gz talos-op-linux-a829ae57f8b17bbebc7b9b2cbec99686b88a9e25.zip |
ARM: s3c64xx: use new adc/touchscreen driver
The old ADC and touchscreen drivers are not compatible with
multiplatform support, but we can use the exynos-adc driver
as a replacement.
This changes the common device creation functions for s3c64xx
(but not s3c24xx for now) to use the new driver. To do this,
we have to pass the interrupt resources in the opposite order
and pass the platform data in the adc device node.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/platform_data/touchscreen-s3c2410.h')
-rw-r--r-- | include/linux/platform_data/touchscreen-s3c2410.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/touchscreen-s3c2410.h b/include/linux/platform_data/touchscreen-s3c2410.h index 58dc7c5ae63b..71eccaa9835d 100644 --- a/include/linux/platform_data/touchscreen-s3c2410.h +++ b/include/linux/platform_data/touchscreen-s3c2410.h @@ -17,6 +17,7 @@ struct s3c2410_ts_mach_info { }; extern void s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *); +extern void s3c64xx_ts_set_platdata(struct s3c2410_ts_mach_info *); /* defined by architecture to configure gpio */ extern void s3c24xx_ts_cfg_gpio(struct platform_device *dev); |