diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3logic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3logic.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 2a065ba6eb58..bab51e64c4b5 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
@@ -29,6 +29,7 @@ | |||
29 | 29 | ||
30 | #include <linux/i2c/twl.h> | 30 | #include <linux/i2c/twl.h> |
31 | #include <linux/mmc/host.h> | 31 | #include <linux/mmc/host.h> |
32 | #include <linux/usb/phy.h> | ||
32 | 33 | ||
33 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
34 | #include <asm/mach/arch.h> | 35 | #include <asm/mach/arch.h> |
@@ -215,6 +216,7 @@ static void __init omap3logic_init(void) | |||
215 | board_mmc_init(); | 216 | board_mmc_init(); |
216 | board_smsc911x_init(); | 217 | board_smsc911x_init(); |
217 | 218 | ||
219 | usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); | ||
218 | usb_musb_init(NULL); | 220 | usb_musb_init(NULL); |
219 | 221 | ||
220 | /* Ensure SDRC pins are mux'd for self-refresh */ | 222 | /* Ensure SDRC pins are mux'd for self-refresh */ |
@@ -231,7 +233,7 @@ MACHINE_START(OMAP3_TORPEDO, "Logic OMAP3 Torpedo board") | |||
231 | .handle_irq = omap3_intc_handle_irq, | 233 | .handle_irq = omap3_intc_handle_irq, |
232 | .init_machine = omap3logic_init, | 234 | .init_machine = omap3logic_init, |
233 | .init_late = omap35xx_init_late, | 235 | .init_late = omap35xx_init_late, |
234 | .timer = &omap3_timer, | 236 | .init_time = omap3_sync32k_timer_init, |
235 | .restart = omap3xxx_restart, | 237 | .restart = omap3xxx_restart, |
236 | MACHINE_END | 238 | MACHINE_END |
237 | 239 | ||
@@ -244,6 +246,6 @@ MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board") | |||
244 | .handle_irq = omap3_intc_handle_irq, | 246 | .handle_irq = omap3_intc_handle_irq, |
245 | .init_machine = omap3logic_init, | 247 | .init_machine = omap3logic_init, |
246 | .init_late = omap35xx_init_late, | 248 | .init_late = omap35xx_init_late, |
247 | .timer = &omap3_timer, | 249 | .init_time = omap3_sync32k_timer_init, |
248 | .restart = omap3xxx_restart, | 250 | .restart = omap3xxx_restart, |
249 | MACHINE_END | 251 | MACHINE_END |