Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / drivers / usb / dwc3 / dwc3-generic.c
index 36fa16a..a936f71 100644 (file)
@@ -74,7 +74,7 @@ static int dwc3_generic_probe(struct udevice *dev,
        }
 
        rc = dwc3_setup_phy(dev, &priv->phys);
-       if (rc)
+       if (rc && rc != -ENOTSUPP)
                return rc;
 
        if (device_is_compatible(dev->parent, "rockchip,rk3399-dwc3"))