diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 748f418ba442..9958987a3d0a 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -436,6 +436,12 @@ static int __init igep2_i2c_init(void) | |||
436 | return 0; | 436 | return 0; |
437 | } | 437 | } |
438 | 438 | ||
439 | static struct omap_musb_board_data musb_board_data = { | ||
440 | .interface_type = MUSB_INTERFACE_ULPI, | ||
441 | .mode = MUSB_OTG, | ||
442 | .power = 100, | ||
443 | }; | ||
444 | |||
439 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | 445 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { |
440 | .port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN, | 446 | .port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN, |
441 | .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, | 447 | .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, |
@@ -461,7 +467,7 @@ static void __init igep2_init(void) | |||
461 | igep2_i2c_init(); | 467 | igep2_i2c_init(); |
462 | platform_add_devices(igep2_devices, ARRAY_SIZE(igep2_devices)); | 468 | platform_add_devices(igep2_devices, ARRAY_SIZE(igep2_devices)); |
463 | omap_serial_init(); | 469 | omap_serial_init(); |
464 | usb_musb_init(); | 470 | usb_musb_init(&musb_board_data); |
465 | usb_ehci_init(&ehci_pdata); | 471 | usb_ehci_init(&ehci_pdata); |
466 | 472 | ||
467 | igep2_flash_init(); | 473 | igep2_flash_init(); |