diff mbox

ARM: uniphier: enable generic EHCI driver for uniphier_v8_defconfig

Message ID 1486470313-8041-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 1b280978c0da23b0058123eaabb55f7f69adf2ce
Headers show

Commit Message

Masahiro Yamada Feb. 7, 2017, 12:25 p.m. UTC
The LD11 SoC is equipped with USB EHCI controllers.

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

---

 configs/uniphier_v8_defconfig | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Masahiro Yamada Feb. 17, 2017, 2:27 a.m. UTC | #1
2017-02-07 21:25 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> The LD11 SoC is equipped with USB EHCI controllers.

>

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



Applied to u-boot-uniphier.


-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
index b6010cc..5dadc4c 100644
--- a/configs/uniphier_v8_defconfig
+++ b/configs/uniphier_v8_defconfig
@@ -30,4 +30,6 @@  CONFIG_MMC_SDHCI_CADENCE=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
 CONFIG_USB_STORAGE=y