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 <frank.wang@rock-chips.com>
This commit is contained in:
Frank Wang 2016-03-29 11:17:16 +08:00 committed by Gerrit Code Review
parent b5e69d00de
commit 9ba702ce6e

2
drivers/phy/phy-rockchip-usb.c Executable file → Normal file
View File

@ -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;