MIPS: BCM63xx: enable EHCI for DWV-S0 board
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 12 Aug 2020 07:52:33 +0000 (09:52 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 17 Aug 2020 11:09:52 +0000 (13:09 +0200)
BCM6358 SoCs have OHCI and EHCI controllers that share the same USB ports.
Therefore, the board should also have EHCI enabled.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/bcm63xx/boards/board_bcm963xx.c

index 45f1bc437245e245159ca646d97bb9902b5b0e8f..ac9570b66f378ae1b0de4282dc62cc6325303cbd 100644 (file)
@@ -645,6 +645,7 @@ static struct board_info __initdata board_DWVS0 = {
        },
 
        .has_ohci0                      = 1,
+       .has_ehci0                      = 1,
 };
 #endif /* CONFIG_BCM63XX_CPU_6358 */