phy: rockchip-usb: Fixed the port cannot be resumed after suspended.
authorFrank Wang <frank.wang@rock-chips.com>
Tue, 29 Mar 2016 03:17:16 +0000 (11:17 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 29 Mar 2016 04:18:11 +0000 (12:18 +0800)
selecting utmi interface signals from utmi interface of usb20
host0 controller to usb2phy, when phy is resumed.

Change-Id: I487e836b89177cd8bc2dc56400f4dc277c8d2bf0
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
drivers/phy/phy-rockchip-usb.c [changed mode: 0755->0644]

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;