[source] bcm53xx: enable switch port 5 on Tenda AC9

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 8 14:26:37 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/232767edf0a25d7b896c21233179579ad1a0ead8

commit 232767edf0a25d7b896c21233179579ad1a0ead8
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Sep 8 23:23:41 2016 +0200

    bcm53xx: enable switch port 5 on Tenda AC9
    
    Now b53 forces port 5 link when needed, we can enable it on Tenda AC9
    and start using eth1.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 .../710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
index 0f4f944..2ee9cd4 100644
--- a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
+++ b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
@@ -21,10 +21,11 @@ Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
  
  #include "b53_regs.h"
  #include "b53_priv.h"
-@@ -1370,6 +1371,23 @@ static int b53_switch_init(struct b53_de
+@@ -1383,6 +1384,28 @@ static int b53_switch_init(struct b53_de
  			sw_dev->cpu_port = 5;
  	}
  
++	/* Set correct CPU port */
 +	if (of_machine_is_compatible("asus,rt-ac87u"))
 +		sw_dev->cpu_port = 7;
 +	else if (of_machine_is_compatible("netgear,r7900"))
@@ -34,6 +35,10 @@ Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
 +	else if (of_machine_is_compatible("netgear,r8500"))
 +		sw_dev->cpu_port = 8;
 +
++	/* Enable extra ports */
++	if (of_machine_is_compatible("tenda,ac9"))
++		dev->enabled_ports |= BIT(5);
++
 +	/*
 +	 * Workaround for devices using port 8 (connected to the 3rd iface).
 +	 * For some reason it doesn't work (no packets on eth2).



More information about the lede-commits mailing list