From 04b99d9539b0fa239f95a2eef804c0ac864e1944 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 7 Aug 2020 12:18:41 +0200 Subject: ramips/mt7628: fix portmap based on board.d port assignment When comparing to the port assignment in board.d/02_network, a few devices seem to use the wrong setup of mediatek,portmap. The corrects the values for mt76x8 subtarget based on the location of the wan port. A previous cleanup of obviously wrong values has already been done in 7a387bf9a0d7 ("ramips: mt76x8: fix bogus mediatek,portmap") Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/mt7628an_duzun_dm06.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/mt7628an_duzun_dm06.dts') diff --git a/target/linux/ramips/dts/mt7628an_duzun_dm06.dts b/target/linux/ramips/dts/mt7628an_duzun_dm06.dts index 447e0dcf7b..96e60b55f1 100644 --- a/target/linux/ramips/dts/mt7628an_duzun_dm06.dts +++ b/target/linux/ramips/dts/mt7628an_duzun_dm06.dts @@ -72,7 +72,7 @@ }; &esw { - mediatek,portmap = <0x3>; + mediatek,portmap = <0x3e>; mediatek,portdisable = <0x3c>; }; -- cgit v1.2.3