]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: enable Generic EHCI driver for Pro4 SoC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 13 Sep 2016 16:06:02 +0000 (01:06 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 14 Sep 2016 13:54:19 +0000 (22:54 +0900)
This SoC is equipped with two EHCI cores and two xHCI cores.
Enable the generic EHCI driver for the former.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
configs/uniphier_pro4_defconfig

index a7dcc56002badd8489ceb6ae682b38bc1618db8a..ddc582d70e96f140b93c0effec31cf0f16d189ab 100644 (file)
@@ -32,4 +32,6 @@ CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
 CONFIG_USB_STORAGE=y