diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-07 10:11:01 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-07 10:34:31 +0200 |
commit | fb589b61420ccc6542e796a99a05a0a620e93bfb (patch) | |
tree | c1b1828f41df0e1105874788ec3b358511d80865 /target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch | |
parent | 440d5996efa8baa84b3d276f058a28f1e840e538 (diff) | |
download | upstream-fb589b61420ccc6542e796a99a05a0a620e93bfb.tar.gz upstream-fb589b61420ccc6542e796a99a05a0a620e93bfb.tar.bz2 upstream-fb589b61420ccc6542e796a99a05a0a620e93bfb.zip |
bcm63xx: add missing OHCI nodes
All boards with EHCI enabled should also have OHCI enabled.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch b/target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch index 66e32ef47a..4695547738 100644 --- a/target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch +++ b/target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -50,6 +50,52 @@ static struct board_info __initdata boar +@@ -50,6 +50,53 @@ static struct board_info __initdata boar #endif /* CONFIG_BCM63XX_CPU_3368 */ /* @@ -12,6 +12,7 @@ + .expected_cpu_id = 0x6318, + + .has_pci = 1, ++ .has_ohci0 = 1, + .has_ehci0 = 1, + .num_usbh_ports = 1, + @@ -53,7 +54,7 @@ * known 6328 boards */ #ifdef CONFIG_BCM63XX_CPU_6328 -@@ -1427,6 +1473,9 @@ static const struct board_info __initcon +@@ -1427,6 +1474,9 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_3368 &board_cvg834g, #endif /* CONFIG_BCM63XX_CPU_3368 */ @@ -63,7 +64,7 @@ #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, &board_AR5381u, -@@ -1501,6 +1550,9 @@ static struct of_device_id const bcm963x +@@ -1501,6 +1551,9 @@ static struct of_device_id const bcm963x #ifdef CONFIG_BCM63XX_CPU_3368 { .compatible = "netgear,cvg834g", .data = &board_cvg834g, }, #endif |