diff mbox series

[v3,2/5] configs: ds414: Enable XHCI_PCI by default

Message ID 20210307212123.3268-1-phil@nwl.cc
State Accepted
Commit c57f92050429779ae04357f88e1c7e5d02c6d315
Delegated to: Stefan Roese
Headers show
Series None | expand

Commit Message

Phil Sutter March 7, 2021, 9:21 p.m. UTC
With the recent fixes in pci_mvebu and xhci-pci drivers, the two rear
USB3 ports are finally usable and accessing them no longer hangs the
system.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
Changes since v2:
- Leave PREBOOT alone, with recent kernels XHCI HCD works fine even if
  not initialized.
- Adjust commit message again.

Changes since v1:
- Have to enable XHCI_HCD as well to fulfill Kconfig dependency.
- Explicitly disable XHCI_MARVELL which defaults to enabled.
- Prefix PREBOOT with 'pci enum'.
- Update commit message accordingly.
---
 configs/ds414_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefan Roese March 8, 2021, 6:34 a.m. UTC | #1
On 07.03.21 22:21, Phil Sutter wrote:
> With the recent fixes in pci_mvebu and xhci-pci drivers, the two rear
> USB3 ports are finally usable and accessing them no longer hangs the
> system.
> 
> Signed-off-by: Phil Sutter <phil@nwl.cc>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig
index 3e6dcec3edde3..412559256e6ca 100644
--- a/configs/ds414_defconfig
+++ b/configs/ds414_defconfig
@@ -65,5 +65,8 @@  CONFIG_SYS_NS16550=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+# CONFIG_USB_XHCI_MVEBU is not set
+CONFIG_USB_XHCI_PCI=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y