diff mbox series

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

Message ID 84ba2549060508b638faf68fd43d6e2ebad86b55.1509957201.git.baruch@tkos.co.il
State Accepted
Commit b4b06ac6f767b833acf7cf6e7533ead2f4425378
Delegated to: Stefan Roese
Headers show
Series [U-Boot,1/3] mvebu: usb: xhci: a38x support | expand

Commit Message

Baruch Siach Nov. 6, 2017, 8:33 a.m. UTC
From: Jon Nettleton <jon@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@solid-run.com>
[baruch: split from the SoC setup patch]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 configs/clearfog_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Stefan Roese Nov. 16, 2017, 1:07 p.m. UTC | #1
On 06.11.2017 09:33, Baruch Siach wrote:
> From: Jon Nettleton <jon@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@solid-run.com>
> [baruch: split from the SoC setup patch]
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

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