diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 5adef517a2b3..a10e96f48aea 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -760,6 +760,12 @@ static struct flash_partitions sdp_flash_partitions[] = { | |||
760 | }, | 760 | }, |
761 | }; | 761 | }; |
762 | 762 | ||
763 | static struct omap_musb_board_data musb_board_data = { | ||
764 | .interface_type = MUSB_INTERFACE_ULPI, | ||
765 | .mode = MUSB_OTG, | ||
766 | .power = 100, | ||
767 | }; | ||
768 | |||
763 | static void __init omap_3430sdp_init(void) | 769 | static void __init omap_3430sdp_init(void) |
764 | { | 770 | { |
765 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); | 771 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); |
@@ -774,7 +780,7 @@ static void __init omap_3430sdp_init(void) | |||
774 | ARRAY_SIZE(sdp3430_spi_board_info)); | 780 | ARRAY_SIZE(sdp3430_spi_board_info)); |
775 | ads7846_dev_init(); | 781 | ads7846_dev_init(); |
776 | omap_serial_init(); | 782 | omap_serial_init(); |
777 | usb_musb_init(); | 783 | usb_musb_init(&musb_board_data); |
778 | board_smc91x_init(); | 784 | board_smc91x_init(); |
779 | sdp_flash_init(sdp_flash_partitions); | 785 | sdp_flash_init(sdp_flash_partitions); |
780 | sdp3430_display_init(); | 786 | sdp3430_display_init(); |