From: Álvaro Fernández Rojas Date: Wed, 12 Aug 2020 07:52:33 +0000 (+0200) Subject: MIPS: BCM63xx: enable EHCI for DWV-S0 board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5e8983e44b403f1bef85dff96e34d1b1ab318c7;p=linux.git MIPS: BCM63xx: enable EHCI for DWV-S0 board 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 Acked-by: Florian Fainelli Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index 45f1bc437245e..ac9570b66f378 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -645,6 +645,7 @@ static struct board_info __initdata board_DWVS0 = { }, .has_ohci0 = 1, + .has_ehci0 = 1, }; #endif /* CONFIG_BCM63XX_CPU_6358 */