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

2017-03-13 Thread Simon Glass
On 6 March 2017 at 05:34, 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 > --- > > Changes in v4: > - D

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

2017-03-06 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 v4: - Drop no use code comment by Marek. Changes in v3: - Drop use of