[openwrt/openwrt] octeon: add USB3 support (for Ubiquiti EdgeRouter 6P)

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 20 12:08:51 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e900779e6f15a3a00a2f9003dd68a43aa0ef88e8

commit e900779e6f15a3a00a2f9003dd68a43aa0ef88e8
Author: Laurent DEBOMY <laurent.debomy at canal-belletrud.fr>
AuthorDate: Tue Nov 9 12:39:00 2021 +0100

    octeon: add USB3 support (for Ubiquiti EdgeRouter 6P)
    
    Fixes: FS#4086
    
    Signed-off-by: Laurent DEBOMY <laurent.debomy at canal-belletrud.fr>
---
 target/linux/octeon/config-5.10 | 2 ++
 target/linux/octeon/config-5.4  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/target/linux/octeon/config-5.10 b/target/linux/octeon/config-5.10
index fcc3a29971..569388f016 100644
--- a/target/linux/octeon/config-5.10
+++ b/target/linux/octeon/config-5.10
@@ -238,6 +238,8 @@ CONFIG_USB_COMMON=y
 CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=y
 # CONFIG_USB_OCTEON_EHCI is not set
 # CONFIG_USB_OCTEON_OHCI is not set
 CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
diff --git a/target/linux/octeon/config-5.4 b/target/linux/octeon/config-5.4
index c1db2fc90f..b591159db0 100644
--- a/target/linux/octeon/config-5.4
+++ b/target/linux/octeon/config-5.4
@@ -232,6 +232,8 @@ CONFIG_USB_COMMON=y
 CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=y
 # CONFIG_USB_OCTEON_EHCI is not set
 # CONFIG_USB_OCTEON_OHCI is not set
 CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y



More information about the lede-commits mailing list