diff options
-rw-r--r-- | drivers/usb/musb/musb_dsps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index b8aecbba7407..2785e28ec4a9 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c | |||
@@ -376,8 +376,7 @@ static int dsps_musb_init(struct musb *musb) | |||
376 | /* mentor core register starts at offset of 0x400 from musb base */ | 376 | /* mentor core register starts at offset of 0x400 from musb base */ |
377 | musb->mregs += wrp->musb_core_offset; | 377 | musb->mregs += wrp->musb_core_offset; |
378 | 378 | ||
379 | /* NOP driver needs change if supporting dual instance */ | 379 | /* Get the NOP PHY */ |
380 | usb_nop_xceiv_register(); | ||
381 | musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); | 380 | musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); |
382 | if (IS_ERR_OR_NULL(musb->xceiv)) | 381 | if (IS_ERR_OR_NULL(musb->xceiv)) |
383 | return -ENODEV; | 382 | return -ENODEV; |