mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-25 05:25:27 +00:00
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 <freifunk@adrianschmutzler.de> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
79b0a3959f
commit
a5a2f88fbe
target/linux/ramips/dts
@ -72,7 +72,7 @@
|
||||
};
|
||||
|
||||
&esw {
|
||||
mediatek,portmap = <0x3>;
|
||||
mediatek,portmap = <0x3e>;
|
||||
mediatek,portdisable = <0x3c>;
|
||||
};
|
||||
|
||||
|
@ -130,7 +130,7 @@
|
||||
};
|
||||
|
||||
&esw {
|
||||
mediatek,portmap = <0x2f>;
|
||||
mediatek,portmap = <0x3e>;
|
||||
mediatek,portdisable = <0x2a>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user