|
@@ -213,7 +213,7 @@ static int rcar_gen2_usb_phy_probe(struct platform_device *pdev)
|
|
priv->phy.shutdown = rcar_gen2_usb_phy_shutdown;
|
|
priv->phy.shutdown = rcar_gen2_usb_phy_shutdown;
|
|
priv->phy.set_suspend = rcar_gen2_usb_phy_set_suspend;
|
|
priv->phy.set_suspend = rcar_gen2_usb_phy_set_suspend;
|
|
|
|
|
|
- retval = usb_add_phy(&priv->phy, USB_PHY_TYPE_USB2);
|
|
|
|
|
|
+ retval = usb_add_phy_dev(&priv->phy);
|
|
if (retval < 0) {
|
|
if (retval < 0) {
|
|
dev_err(dev, "Failed to add USB phy\n");
|
|
dev_err(dev, "Failed to add USB phy\n");
|
|
return retval;
|
|
return retval;
|