ramips: fix portmap for TP-Link Archer C50 v4
authorMaxim Anisimov <[email protected]>
Wed, 18 Dec 2019 07:06:14 +0000 (10:06 +0300)
committerAdrian Schmutzler <[email protected]>
Thu, 19 Dec 2019 14:40:33 +0000 (15:40 +0100)
According to 02_network portmap is wan=0 lan1=1 lan2=2 lan3=3 lan4=4

Signed-off-by: Maxim Anisimov <[email protected]>
target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi

index 6d7fb01c56a0e297a67c09f43a3e41064f723c4c..8807f7f27488031d92710efdf70f21c89f9df99e 100644 (file)
@@ -84,5 +84,5 @@
 
 &ethernet {
        mtd-mac-address = <&rom 0xf100>;
-       mediatek,portmap = "llllw";
+       mediatek,portmap = "wllll";
 };