diff options
| -rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index f665adeec3f0..fd95e62e8fcf 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
| @@ -167,5 +167,7 @@ void __init usb_musb_init(struct omap_musb_board_data *board_data) | |||
| 167 | #else | 167 | #else |
| 168 | void __init usb_musb_init(struct omap_musb_board_data *board_data) | 168 | void __init usb_musb_init(struct omap_musb_board_data *board_data) |
| 169 | { | 169 | { |
| 170 | if (cpu_is_omap44xx()) | ||
| 171 | omap4430_phy_init(NULL); | ||
| 170 | } | 172 | } |
| 171 | #endif /* CONFIG_USB_MUSB_SOC */ | 173 | #endif /* CONFIG_USB_MUSB_SOC */ |
