diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 4e69f8ed30dc..41480bd0e58a 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -410,6 +410,18 @@ static void __init omap3beagle_flash_init(void) | |||
410 | } | 410 | } |
411 | } | 411 | } |
412 | 412 | ||
413 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | ||
414 | |||
415 | .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, | ||
416 | .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, | ||
417 | .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, | ||
418 | |||
419 | .phy_reset = true, | ||
420 | .reset_gpio_port[0] = -EINVAL, | ||
421 | .reset_gpio_port[1] = 147, | ||
422 | .reset_gpio_port[2] = -EINVAL | ||
423 | }; | ||
424 | |||
413 | static void __init omap3_beagle_init(void) | 425 | static void __init omap3_beagle_init(void) |
414 | { | 426 | { |
415 | omap3_beagle_i2c_init(); | 427 | omap3_beagle_i2c_init(); |
@@ -423,6 +435,7 @@ static void __init omap3_beagle_init(void) | |||
423 | gpio_direction_output(170, true); | 435 | gpio_direction_output(170, true); |
424 | 436 | ||
425 | usb_musb_init(); | 437 | usb_musb_init(); |
438 | usb_ehci_init(&ehci_pdata); | ||
426 | omap3beagle_flash_init(); | 439 | omap3beagle_flash_init(); |
427 | 440 | ||
428 | /* Ensure SDRC pins are mux'd for self-refresh */ | 441 | /* Ensure SDRC pins are mux'd for self-refresh */ |