diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch b/target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch index d5248fd02c..d585759707 100644 --- a/target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch +++ b/target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -93,6 +93,47 @@ static struct board_info __initdata boar +@@ -94,6 +94,48 @@ static struct board_info __initdata boar }, }, }; @@ -10,6 +10,7 @@ + .expected_cpu_id = 0x6318, + + .has_pci = 1, ++ .has_ohci0 = 1, + .has_ehci0 = 1, + .num_usbh_ports = 1, + @@ -48,7 +49,7 @@ #endif /* CONFIG_BCM63XX_CPU_6318 */ /* -@@ -1475,6 +1516,7 @@ static const struct board_info __initcon +@@ -1476,6 +1518,7 @@ static const struct board_info __initcon #endif /* CONFIG_BCM63XX_CPU_3368 */ #ifdef CONFIG_BCM63XX_CPU_6318 &board_96318ref, @@ -56,7 +57,7 @@ #endif /* CONFIG_BCM63XX_CPU_6318 */ #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, -@@ -1552,6 +1594,7 @@ static struct of_device_id const bcm963x +@@ -1553,6 +1596,7 @@ static struct of_device_id const bcm963x #endif #ifdef CONFIG_BCM63XX_CPU_6318 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, |