diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-11-18 04:13:18 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-21 19:09:26 -0500 |
commit | 7dcfa7e1e27b6d3823ec77e6b4f0a6828690e1b2 (patch) | |
tree | 99269c64ec66da1aea25046be0aa7b1e894ed1b0 | |
parent | 299e5515b1f2aaf3d67cc0ad1d1994689ae106ab (diff) |
ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk
Remove ADS7846 touchscreen pdata quirk for CM-T3x CoMs
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index e72f0fc91b02..02080c08ea0f 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c | |||
@@ -131,13 +131,11 @@ static void __init omap3_sbc_t3730_legacy_init(void) | |||
131 | { | 131 | { |
132 | omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); | 132 | omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); |
133 | legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 136); | 133 | legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 136); |
134 | omap_ads7846_init(1, 57, 0, NULL); | ||
135 | } | 134 | } |
136 | 135 | ||
137 | static void __init omap3_sbc_t3530_legacy_init(void) | 136 | static void __init omap3_sbc_t3530_legacy_init(void) |
138 | { | 137 | { |
139 | omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); | 138 | omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); |
140 | omap_ads7846_init(1, 57, 0, NULL); | ||
141 | } | 139 | } |
142 | 140 | ||
143 | struct ti_st_plat_data wilink_pdata = { | 141 | struct ti_st_plat_data wilink_pdata = { |
@@ -249,7 +247,6 @@ static void __init omap3_sbc_t3517_legacy_init(void) | |||
249 | hsmmc2_internal_input_clk(); | 247 | hsmmc2_internal_input_clk(); |
250 | omap3_sbc_t3517_wifi_init(); | 248 | omap3_sbc_t3517_wifi_init(); |
251 | legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 145); | 249 | legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 145); |
252 | omap_ads7846_init(1, 57, 0, NULL); | ||
253 | } | 250 | } |
254 | 251 | ||
255 | static void __init am3517_evm_legacy_init(void) | 252 | static void __init am3517_evm_legacy_init(void) |