[U-Boot] [PATCH 3/3] arm: mvebu: clearfog: enable XHCI USB

Baruch Siach baruch at tkos.co.il
Mon Nov 6 08:33:21 UTC 2017


From: Jon Nettleton <jon at solid-run.com>

Enable the driver by default for the clearfog boards since the external
port is configured for XHCI.

Signed-off-by: Jon Nettleton <jon at solid-run.com>
[baruch: split from the SoC setup patch]
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 configs/clearfog_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index fa9f04a9d8a2..3de204346d88 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -43,5 +43,6 @@ CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
-CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_MVEBU=y
 CONFIG_USB_STORAGE=y
-- 
2.14.2



More information about the U-Boot mailing list