mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
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:
parent
b5e69d00de
commit
9ba702ce6e
2
drivers/phy/phy-rockchip-usb.c
Executable file → Normal file
2
drivers/phy/phy-rockchip-usb.c
Executable file → Normal 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user