Re: [U-Boot] [PATCH 2/2] sunxi: Request USB vbus gpio

2014-11-03 Thread Simon Glass
Hi Hans, On 31 October 2014 10:23, Hans de Goede wrote: > This is necessary for the device-model enabled builds to work properly. > > Signed-off-by: Hans de Goede Acked-by: Simon Glass > --- > drivers/usb/host/ehci-sunxi.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/

[U-Boot] [PATCH 2/2] sunxi: Request USB vbus gpio

2014-10-31 Thread Hans de Goede
This is necessary for the device-model enabled builds to work properly. Signed-off-by: Hans de Goede --- drivers/usb/host/ehci-sunxi.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c index d65e798..4befd57 100644 --- a