[U-Boot] [PATCH v2 2/5] sunxi: add USB EHCI driver
Ian Campbell
ijc at hellion.org.uk
Fri Jul 18 21:13:47 CEST 2014
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote:
[...]
> + /* this should be used instead of next two lines if
> + * sunxi_gpio.c is merged upstream
> + * gpio_direction_output(sunxi_ehci->gpio_vbus, 1); */
> + sunxi_gpio_set_cfgpin(sunxi_ehci->gpio_vbus, SUNXI_GPIO_OUTPUT);
> + sunxi_gpio_output(sunxi_ehci->gpio_vbus, 1);
Please can you base v3 on:
git://git.denx.de/u-boot-sunxi.git master
This includes the gpio stuff which you need here.
Cheers,
Ian.
More information about the U-Boot
mailing list