diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-02-14 14:08:59 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-15 09:12:40 +0100 |
commit | d57223259ba9662ea1c8095b7a8269b11816794f (patch) | |
tree | 7abd57b11aeac2873e8731aeec13a9a914929d12 /target/linux/ramips/dts/GL-MT750.dts | |
parent | 6cb0372d42761a0d8e0113bc17f395daaaa4b309 (diff) | |
download | upstream-d57223259ba9662ea1c8095b7a8269b11816794f.tar.gz upstream-d57223259ba9662ea1c8095b7a8269b11816794f.tar.bz2 upstream-d57223259ba9662ea1c8095b7a8269b11816794f.zip |
ramips: replace remaining instances of ralink, port-map
Some boards were apparently forgotten when ralink,portmap was renamed
to mediatek,portmap -- probably because they used the long obsolete
ralink,port-map attribute.
If this commit breaks ethernet wan/lan assignment, this is because
the port-map attribute wasn't actually parsed, you'll have to replace
"wllll" by "llllw" in the dts file belonging to that board (and send
a patch doing that!)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/dts/GL-MT750.dts')
-rw-r--r-- | target/linux/ramips/dts/GL-MT750.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/GL-MT750.dts b/target/linux/ramips/dts/GL-MT750.dts index ad1e3f9173..1266dd3230 100644 --- a/target/linux/ramips/dts/GL-MT750.dts +++ b/target/linux/ramips/dts/GL-MT750.dts @@ -128,7 +128,7 @@ pinctrl-names = "default"; pinctrl-0 = <&ephy_pins>; mtd-mac-address = <&factory 0x4000>; - ralink,port-map = "llllw"; + mediatek,portmap = "llllw"; }; &wmac { |