brcm63xx: remove broken DSP platform device code
[openwrt/openwrt.git] / target / linux / brcm63xx / patches-4.14 / 106-MIPS-BCM63XX-register-OHCI-controller-if-board-enabl.patch
index 253d7d5a30d88e07e13dd7f0e3a5c36ffbc45136..6fc5551884237213d35c841474a1f028022259db 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -28,6 +28,7 @@
+@@ -27,6 +27,7 @@
  #include <bcm63xx_dev_hsspi.h>
  #include <bcm63xx_dev_pcmcia.h>
  #include <bcm63xx_dev_spi.h>
  #include <bcm63xx_dev_hsspi.h>
  #include <bcm63xx_dev_pcmcia.h>
  #include <bcm63xx_dev_spi.h>
@@ -24,13 +24,13 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
  #include <bcm63xx_dev_usb_usbd.h>
  #include <board_bcm963xx.h>
  
  #include <bcm63xx_dev_usb_usbd.h>
  #include <board_bcm963xx.h>
  
-@@ -898,6 +899,9 @@ int __init board_register_devices(void)
+@@ -881,6 +882,9 @@ int __init board_register_devices(void)
        if (board.has_usbd)
                bcm63xx_usbd_register(&board.usbd);
  
 +      if (board.has_ohci0)
 +              bcm63xx_ohci_register();
 +
        if (board.has_usbd)
                bcm63xx_usbd_register(&board.usbd);
  
 +      if (board.has_ohci0)
 +              bcm63xx_ohci_register();
 +
-       if (board.has_dsp)
-               bcm63xx_dsp_register(&board.dsp);
+       /* Generate MAC address for WLAN and register our SPROM,
+        * do this after registering enet devices
+        */