Re: [U-Boot] [PATCH v5] usb: dwc2: add support for external vbus supply

2017-03-09 Thread Marek Vasut
On 03/10/2017 05:05 AM, Kever Yang wrote: > Some board do not use the dwc2 internal VBUS_DRV signal, but > use a gpio pin to enable the 5.0V VBUS power, add interface to > enable the power in dwc2 driver. > > Signed-off-by: Kever Yang > Signed-off-by: Simon Glass Applied, thanks. -- Best rega

[U-Boot] [PATCH v5] usb: dwc2: add support for external vbus supply

2017-03-09 Thread Kever Yang
Some board do not use the dwc2 internal VBUS_DRV signal, but use a gpio pin to enable the 5.0V VBUS power, add interface to enable the power in dwc2 driver. Signed-off-by: Kever Yang Signed-off-by: Simon Glass --- Changes in v5: - add ifdef around the function instead of inside the function. C