aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MAC1200RV2.dts
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-01-01 21:34:10 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-21 13:54:18 +0100
commit1d56a7b75db0558c9aafaac9c94bfd8b1a1b7ed7 (patch)
treea4caa4b30ee64d3183f2e6fec06cb57a67d4b4f3 /target/linux/ramips/dts/MAC1200RV2.dts
parent49b240cde8380c26f36240e3574b2f6f8b9e2de6 (diff)
downloadupstream-1d56a7b75db0558c9aafaac9c94bfd8b1a1b7ed7.tar.gz
upstream-1d56a7b75db0558c9aafaac9c94bfd8b1a1b7ed7.tar.bz2
upstream-1d56a7b75db0558c9aafaac9c94bfd8b1a1b7ed7.zip
ramips: mt76x8: fix bogus mediatek,portmap
mt76x8 uses esw_rt3050 driver, which does not accept mediatek,portmap with string values. Convert the strings to integers to make it work. According to its switch setup, WRTnode 2P/2R have a WAN port at port 0, so the correct value should be 0x3e. tplink_8m.dtsi uses "llllw", but it does not match switch setups of any device using the DTSI. Remove it from the DTSI and add correct value to DTS for each device. These devices have a WAN port at port 0. Set the value to 0x3e. - tplink,archer-c20-v4 - tplink,archer-c50-v3 - tplink,tl-mr3420-v5 - tplink,tl-wr840n-v4 - tplink,tl-wr841n-v13 - tplink,tl-wr842n-v5 These devices have only one ethernet port. They don't need portmap setting. - tplink,tl-wa801nd-v5 - tplink,tl-wr802n-v4 - tplink,tl-wr902ac-v3 Signed-off-by: Sungbo Eo <mans0n@gorani.run> (backported from commit 7a387bf9a0d73f7c581e2c9aeae6476588100e2c) [removed TL-WR841N v14 which is not present in 19.07] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/MAC1200RV2.dts')
-rw-r--r--target/linux/ramips/dts/MAC1200RV2.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MAC1200RV2.dts b/target/linux/ramips/dts/MAC1200RV2.dts
index 7d13621135..190dcf1b0d 100644
--- a/target/linux/ramips/dts/MAC1200RV2.dts
+++ b/target/linux/ramips/dts/MAC1200RV2.dts
@@ -86,7 +86,10 @@
&ethernet {
pinctrl-names = "default";
mtd-mac-address = <&factory 0xd>;
- mediatek,portmap = "llllw";
+};
+
+&esw {
+ mediatek,portmap = <0x2f>;
};
&wmac {