]> git.baikalelectronics.ru Git - uboot.git/commit
arm: juno: enable USB
authorAndre Przywara <andre.przywara@arm.com>
Mon, 27 Apr 2020 18:18:03 +0000 (19:18 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 7 May 2020 13:01:42 +0000 (09:01 -0400)
commitca4c25aad8ec52ff356289827ca85aef0449fca1
treefea2903a59f8f2d1c255dc7c897317ddddec1ccf
parent1ccf70a03a9cba5856514b5f8b9fb78efffe50b8
arm: juno: enable USB

The Juno board features a standard compliant EHCI/OHCI USB host
controller pair, which we can just enable.
The platform data is taken from the device tree.

This allows to use USB mass storage (the only storage on a Juno r0)
for loading.

At least on my board USB seems a bit flaky, I need two "usb reset"
sequences after the "usb start" to detect an USB hard drive.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
configs/vexpress_aemv8a_juno_defconfig
include/configs/vexpress_aemv8a.h