aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pdata-quirks.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r--arch/arm/mach-omap2/pdata-quirks.c3
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 2156f69fc282..3d7eee1d3cfa 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
137static void __init omap3_sbc_t3530_legacy_init(void) 136static 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
143struct ti_st_plat_data wilink_pdata = { 141struct 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
255static void __init am3517_evm_legacy_init(void) 252static void __init am3517_evm_legacy_init(void)