|
@@ -47,7 +47,7 @@ struct rcar_gen2_usb_phy_priv {
|
|
|
|
|
|
/* USB General status register */
|
|
/* USB General status register */
|
|
#define USBHS_UGSTS_REG 0x88
|
|
#define USBHS_UGSTS_REG 0x88
|
|
-#define USBHS_UGSTS_LOCK (3 << 8)
|
|
|
|
|
|
+#define USBHS_UGSTS_LOCK (1 << 8)
|
|
|
|
|
|
/* Enable USBHS internal phy */
|
|
/* Enable USBHS internal phy */
|
|
static int __rcar_gen2_usbhs_phy_enable(void __iomem *base)
|
|
static int __rcar_gen2_usbhs_phy_enable(void __iomem *base)
|