|
@@ -376,8 +376,7 @@ static int dsps_musb_init(struct musb *musb)
|
|
/* mentor core register starts at offset of 0x400 from musb base */
|
|
/* mentor core register starts at offset of 0x400 from musb base */
|
|
musb->mregs += wrp->musb_core_offset;
|
|
musb->mregs += wrp->musb_core_offset;
|
|
|
|
|
|
- /* NOP driver needs change if supporting dual instance */
|
|
|
|
- usb_nop_xceiv_register();
|
|
|
|
|
|
+ /* Get the NOP PHY */
|
|
musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
|
|
musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
|
|
if (IS_ERR_OR_NULL(musb->xceiv))
|
|
if (IS_ERR_OR_NULL(musb->xceiv))
|
|
return -ENODEV;
|
|
return -ENODEV;
|