diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index 6a49f916103d..0ccb8b46d157 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c | |||
@@ -78,11 +78,17 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
78 | #define board_mux NULL | 78 | #define board_mux NULL |
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | static struct omap_musb_board_data musb_board_data = { | ||
82 | .interface_type = MUSB_INTERFACE_ULPI, | ||
83 | .mode = MUSB_PERIPHERAL, | ||
84 | .power = 0, | ||
85 | }; | ||
86 | |||
81 | static void __init rx51_init(void) | 87 | static void __init rx51_init(void) |
82 | { | 88 | { |
83 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); | 89 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); |
84 | omap_serial_init(); | 90 | omap_serial_init(); |
85 | usb_musb_init(); | 91 | usb_musb_init(&musb_board_data); |
86 | rx51_peripherals_init(); | 92 | rx51_peripherals_init(); |
87 | 93 | ||
88 | /* Ensure SDRC pins are mux'd for self-refresh */ | 94 | /* Ensure SDRC pins are mux'd for self-refresh */ |