diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 10d60b7743cf..3413bf993c7d 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c | |||
@@ -409,6 +409,10 @@ static struct omap_musb_board_data musb_board_data = { | |||
409 | .interface_type = MUSB_INTERFACE_ULPI, | 409 | .interface_type = MUSB_INTERFACE_ULPI, |
410 | .mode = MUSB_OTG, | 410 | .mode = MUSB_OTG, |
411 | .power = 500, | 411 | .power = 500, |
412 | .set_phy_power = am35x_musb_phy_power, | ||
413 | .clear_irq = am35x_musb_clear_irq, | ||
414 | .set_mode = am35x_musb_set_mode, | ||
415 | .reset = am35x_musb_reset, | ||
412 | }; | 416 | }; |
413 | 417 | ||
414 | static __init void am3517_evm_musb_init(void) | 418 | static __init void am3517_evm_musb_init(void) |