phy: rockchip-usb: Fixed the port cannot be resumed after suspended.
[firefly-linux-kernel-4.4.55.git] / drivers / phy / phy-rockchip-usb.c
old mode 100755 (executable)
new mode 100644 (file)
index 55d3ea0..28119ed
@@ -45,7 +45,7 @@
 
 #define UTMI_SEL_GRF_WR_ENA    (0x3 << 16)
 #define UTMI_SEL_GRF_SUSPEND   (0x1 << 0)
-#define UTMI_SEL_GRF_RESUME    (0x3 << 0)
+#define UTMI_SEL_GRF_RESUME    (0x2 << 0)
 
 struct rockchip_usb_phys {
        int reg;