blob: 999f77e508095d8e8c65f1dc8323cd4a185c4e07 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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,
|