From: Frank Wang Date: Tue, 29 Mar 2016 03:17:16 +0000 (+0800) Subject: phy: rockchip-usb: Fixed the port cannot be resumed after suspended. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9ba702ce6eddda46fd07b3c91673661fc2f953dc;p=firefly-linux-kernel-4.4.55.git phy: rockchip-usb: Fixed the port cannot be resumed after suspended. 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 --- diff --git a/drivers/phy/phy-rockchip-usb.c b/drivers/phy/phy-rockchip-usb.c old mode 100755 new mode 100644 index 55d3ea07110b..28119edc0599 --- a/drivers/phy/phy-rockchip-usb.c +++ b/drivers/phy/phy-rockchip-usb.c @@ -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;