usb: phy: generic: Don't use regulator framework for RESET line
[linux-drm-fsl-dcu.git] / drivers / usb / phy / phy-am335x.c
index 1495cdc751ad03008c47009b1fb28541081fe9dc..6370e50649d7f732c640fd65879c26d82ec5f994 100644 (file)
@@ -53,7 +53,7 @@ static int am335x_phy_probe(struct platform_device *pdev)
        }
 
        ret = usb_phy_gen_create_phy(dev, &am_phy->usb_phy_gen,
-                       USB_PHY_TYPE_USB2, 0, false, false);
+                       USB_PHY_TYPE_USB2, 0, false);
        if (ret)
                return ret;