bcm53xx: add workaround for Netgear R8000 network
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.1 / 710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
index 6015c4aacae9a64e722449591a907d9d8270ffe8..dfc422ee3ef4251fc6f09f97558d967a285e6ec8 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
  
  #include "b53_regs.h"
  #include "b53_priv.h"
-@@ -1313,6 +1314,11 @@ static int b53_switch_init(struct b53_de
+@@ -1313,6 +1314,18 @@ static int b53_switch_init(struct b53_de
                        sw_dev->cpu_port = 5;
        }
  
@@ -29,6 +29,13 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +              sw_dev->cpu_port = 7;
 +      else if (of_machine_is_compatible("netgear,r8000"))
 +              sw_dev->cpu_port = 8;
++
++      /*
++       * Workaround for devices using port 8 (connected to the 3rd iface).
++       * For some reason it doesn't work (no packets on eth2).
++       */
++      if (of_machine_is_compatible("netgear,r8000"))
++              sw_dev->cpu_port = 5;
 +
        /* cpu port is always last */
        sw_dev->ports = sw_dev->cpu_port + 1;