bcm63xx: add missing OHCI nodes
[openwrt/staging/chunkeey.git] / target / linux / bcm63xx / patches-5.4 / 537-board_96318ref_p300.patch
index d5248fd02caf6139fe60f62a8f3134fff8f757c9..d585759707b449373f2167c28bf8050f22692642 100644 (file)
@@ -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, },