From d3c0a944059bb0d45c3b56278249100258378b0c Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Wed, 1 Jan 2020 21:33:10 +0900 Subject: ramips: mt7620/mt7621: remove invalid mediatek,portmap mt7620 and mt7621 use mt7530 driver, which only accepts "llllw", "wllll", and "lwlll" values. According to its switch setup, Mi Router 3G v2 has a WAN port at port 4, so the correct value should be "llllw". Signed-off-by: Sungbo Eo --- target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts') diff --git a/target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts b/target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts index dccced0f18..ea42ef2c54 100644 --- a/target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts +++ b/target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts @@ -169,9 +169,8 @@ }; ðernet { - mtd-mac-address = <&rom 0xf100>; - mediatek,portmap = "llll"; - }; + mtd-mac-address = <&rom 0xf100>; +}; &ehci { status = "okay"; -- cgit v1.2.3