1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/bcm63xx/patches-5.10/351-set-board-usbh-ports.patch
Álvaro Fernández Rojas f323dec4f8 bcm63xx: add kernel 5.10 support
Runtime-tested on Comtrend AR-5387un.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-17 20:40:16 +01:00

11 lines
271 B
Diff

--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -547,6 +547,7 @@ static struct board_info __initdata boar
.has_ehci0 = 1,
.has_ohci0 = 1,
+ .num_usbh_ports = 2,
.has_pccard = 1,
.has_pci = 1,
.has_uart0 = 1,