ramips: zbt-wg2626: Fix the LAN ports names
authorAlban Bedel <albeu@free.fr>
Sat, 23 Apr 2022 09:28:51 +0000 (11:28 +0200)
committerSungbo Eo <mans0n@gorani.run>
Sun, 1 May 2022 04:39:56 +0000 (13:39 +0900)
The current names don't match with the labels on the case, reverse
the LAN ports order so they match.

Signed-off-by: Alban Bedel <albeu@free.fr>
target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts

index da22dc3797b750a1d4a8d7745cd1eb378adf17e0..e764cb636b01d93fd356bbc605b1c919d8aa0d00 100644 (file)
        ports {
                port@0 {
                        status = "okay";
-                       label = "lan1";
+                       label = "lan4";
                };
 
                port@1 {
                        status = "okay";
-                       label = "lan2";
+                       label = "lan3";
                };
 
                port@2 {
                        status = "okay";
-                       label = "lan3";
+                       label = "lan2";
                };
 
                port@3 {
                        status = "okay";
-                       label = "lan4";
+                       label = "lan1";
                };
 
                port@4 {