Browse Source

bcm63xx: DGND3700v1: fix port order

Fix the switch LAN labels for the DGND3700v1/DGND3800B router,
the order is reversed.

Signed-off-by: Daniel González Cabanelas <[email protected]>
[cut out of bigger patch, adjust commit title/message accordingly]
Signed-off-by: Adrian Schmutzler <[email protected]>
Daniel González Cabanelas 5 years ago
parent
commit
583b3e4025
1 changed files with 4 additions and 4 deletions
  1. 4 4
      target/linux/bcm63xx/dts/bcm6368-netgear-dgnd3700-v1.dts

+ 4 - 4
target/linux/bcm63xx/dts/bcm6368-netgear-dgnd3700-v1.dts

@@ -156,22 +156,22 @@
 
 			lan@1 {
 				reg = <1>;
-				label = "lan1";
+				label = "lan4";
 			};
 
 			lan@2 {
 				reg = <2>;
-				label = "lan2";
+				label = "lan3";
 			};
 
 			lan@3 {
 				reg = <3>;
-				label = "lan3";
+				label = "lan2";
 			};
 
 			lan@4 {
 				reg = <4>;
-				label = "lan4";
+				label = "lan1";
 			};
 
 			cpu@8 {