Re: [U-Boot] [PATCH 1/2] usb: xhci-dwc3: Power on USB PHY before using

2018-03-05 Thread Bin Meng
On Mon, Mar 5, 2018 at 7:27 PM, Vignesh R wrote: > It is wrong that expect phy init to also power on the PHY. Therefore, > explicitly, call generic_phy_power_on() after generic_phy_power_init() in > order to power on PHY before using it. > > Signed-off-by: Vignesh R

[U-Boot] [PATCH 1/2] usb: xhci-dwc3: Power on USB PHY before using

2018-03-05 Thread Vignesh R
It is wrong that expect phy init to also power on the PHY. Therefore, explicitly, call generic_phy_power_on() after generic_phy_power_init() in order to power on PHY before using it. Signed-off-by: Vignesh R --- drivers/usb/host/xhci-dwc3.c | 12 1 file changed, 12