diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 57506da4e433..d6bc88c426b5 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -662,6 +662,12 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
662 | #define board_mux NULL | 662 | #define board_mux NULL |
663 | #endif | 663 | #endif |
664 | 664 | ||
665 | static struct omap_musb_board_data musb_board_data = { | ||
666 | .interface_type = MUSB_INTERFACE_ULPI, | ||
667 | .mode = MUSB_OTG, | ||
668 | .power = 100, | ||
669 | }; | ||
670 | |||
665 | static void __init omap3_evm_init(void) | 671 | static void __init omap3_evm_init(void) |
666 | { | 672 | { |
667 | omap3_evm_get_revision(); | 673 | omap3_evm_get_revision(); |
@@ -701,7 +707,7 @@ static void __init omap3_evm_init(void) | |||
701 | omap_mux_init_gpio(135, OMAP_PIN_OUTPUT); | 707 | omap_mux_init_gpio(135, OMAP_PIN_OUTPUT); |
702 | ehci_pdata.reset_gpio_port[1] = 135; | 708 | ehci_pdata.reset_gpio_port[1] = 135; |
703 | } | 709 | } |
704 | usb_musb_init(); | 710 | usb_musb_init(&musb_board_data); |
705 | usb_ehci_init(&ehci_pdata); | 711 | usb_ehci_init(&ehci_pdata); |
706 | ads7846_dev_init(); | 712 | ads7846_dev_init(); |
707 | omap3evm_init_smsc911x(); | 713 | omap3evm_init_smsc911x(); |