Commit 7dcfa7e1 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren

ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk

Remove ADS7846 touchscreen pdata quirk for CM-T3x CoMs
Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 299e5515
...@@ -131,13 +131,11 @@ static void __init omap3_sbc_t3730_legacy_init(void) ...@@ -131,13 +131,11 @@ static void __init omap3_sbc_t3730_legacy_init(void)
{ {
omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub");
legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 136); legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 136);
omap_ads7846_init(1, 57, 0, NULL);
} }
static void __init omap3_sbc_t3530_legacy_init(void) static void __init omap3_sbc_t3530_legacy_init(void)
{ {
omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub"); omap3_sbc_t3x_usb_hub_init(167, "sb-t35 usb hub");
omap_ads7846_init(1, 57, 0, NULL);
} }
struct ti_st_plat_data wilink_pdata = { struct ti_st_plat_data wilink_pdata = {
...@@ -249,7 +247,6 @@ static void __init omap3_sbc_t3517_legacy_init(void) ...@@ -249,7 +247,6 @@ static void __init omap3_sbc_t3517_legacy_init(void)
hsmmc2_internal_input_clk(); hsmmc2_internal_input_clk();
omap3_sbc_t3517_wifi_init(); omap3_sbc_t3517_wifi_init();
legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 145); legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 145);
omap_ads7846_init(1, 57, 0, NULL);
} }
static void __init am3517_evm_legacy_init(void) static void __init am3517_evm_legacy_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment