summaryrefslogtreecommitdiff
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-02-14 14:08:59 +0100
committerJohn Crispin <john@phrozen.org>2017-02-15 09:12:40 +0100
commitd57223259ba9662ea1c8095b7a8269b11816794f (patch)
tree7abd57b11aeac2873e8731aeec13a9a914929d12 /target/linux/ramips
parent6cb0372d42761a0d8e0113bc17f395daaaa4b309 (diff)
downloadmtk-20170518-d57223259ba9662ea1c8095b7a8269b11816794f.zip
mtk-20170518-d57223259ba9662ea1c8095b7a8269b11816794f.tar.gz
mtk-20170518-d57223259ba9662ea1c8095b7a8269b11816794f.tar.bz2
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')
-rw-r--r--target/linux/ramips/dts/D240.dts2
-rw-r--r--target/linux/ramips/dts/GL-MT300A.dts2
-rw-r--r--target/linux/ramips/dts/GL-MT300N.dts2
-rw-r--r--target/linux/ramips/dts/GL-MT750.dts2
-rw-r--r--target/linux/ramips/dts/MAC1200RV2.dts2
-rw-r--r--target/linux/ramips/dts/NBG-419N2.dts2
-rw-r--r--target/linux/ramips/dts/WL-WN575A3.dts2
-rw-r--r--target/linux/ramips/dts/WRTNODE2.dtsi2
-rw-r--r--target/linux/ramips/dts/ZBT-WE826.dts2
-rw-r--r--target/linux/ramips/dts/kn_rc.dts2
-rw-r--r--target/linux/ramips/dts/kn_rf.dts2
11 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/ramips/dts/D240.dts b/target/linux/ramips/dts/D240.dts
index 3da96f2..ef45d38 100644
--- a/target/linux/ramips/dts/D240.dts
+++ b/target/linux/ramips/dts/D240.dts
@@ -136,7 +136,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {
diff --git a/target/linux/ramips/dts/GL-MT300A.dts b/target/linux/ramips/dts/GL-MT300A.dts
index a700558..d4c8351 100644
--- a/target/linux/ramips/dts/GL-MT300A.dts
+++ b/target/linux/ramips/dts/GL-MT300A.dts
@@ -133,7 +133,7 @@
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4000>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {
diff --git a/target/linux/ramips/dts/GL-MT300N.dts b/target/linux/ramips/dts/GL-MT300N.dts
index be78a72..927ea54 100644
--- a/target/linux/ramips/dts/GL-MT300N.dts
+++ b/target/linux/ramips/dts/GL-MT300N.dts
@@ -122,7 +122,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4000>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {
diff --git a/target/linux/ramips/dts/GL-MT750.dts b/target/linux/ramips/dts/GL-MT750.dts
index ad1e3f9..1266dd3 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 {
diff --git a/target/linux/ramips/dts/MAC1200RV2.dts b/target/linux/ramips/dts/MAC1200RV2.dts
index 73ba493..6d58b25 100644
--- a/target/linux/ramips/dts/MAC1200RV2.dts
+++ b/target/linux/ramips/dts/MAC1200RV2.dts
@@ -72,7 +72,7 @@
&ethernet {
pinctrl-names = "default";
mtd-mac-address = <&factory 0xd>;
- ralink,port-map = "llllw";
+ mediatek,portmap = "llllw";
};
&wmac {
diff --git a/target/linux/ramips/dts/NBG-419N2.dts b/target/linux/ramips/dts/NBG-419N2.dts
index 18e7902..73143bd 100644
--- a/target/linux/ramips/dts/NBG-419N2.dts
+++ b/target/linux/ramips/dts/NBG-419N2.dts
@@ -102,7 +102,7 @@
};
&esw {
- ralink,portmap = <0x2f>;
+ mediatek,portmap = <0x2f>;
};
&wmac {
diff --git a/target/linux/ramips/dts/WL-WN575A3.dts b/target/linux/ramips/dts/WL-WN575A3.dts
index 98716be..213cf9c 100644
--- a/target/linux/ramips/dts/WL-WN575A3.dts
+++ b/target/linux/ramips/dts/WL-WN575A3.dts
@@ -125,5 +125,5 @@
&ethernet {
mtd-mac-address = <&factory 0x2e>;
- ralink,port-map = "llllw";
+ mediatek,portmap = "llllw";
};
diff --git a/target/linux/ramips/dts/WRTNODE2.dtsi b/target/linux/ramips/dts/WRTNODE2.dtsi
index 294616c..ca7aa3b 100644
--- a/target/linux/ramips/dts/WRTNODE2.dtsi
+++ b/target/linux/ramips/dts/WRTNODE2.dtsi
@@ -75,7 +75,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4>;
- ralink,port-map = "llllw";
+ mediatek,portmap = "llllw";
};
&sdhci {
diff --git a/target/linux/ramips/dts/ZBT-WE826.dts b/target/linux/ramips/dts/ZBT-WE826.dts
index de7fa42..8a453bc 100644
--- a/target/linux/ramips/dts/ZBT-WE826.dts
+++ b/target/linux/ramips/dts/ZBT-WE826.dts
@@ -102,7 +102,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {
diff --git a/target/linux/ramips/dts/kn_rc.dts b/target/linux/ramips/dts/kn_rc.dts
index 2709b51..e25783f 100644
--- a/target/linux/ramips/dts/kn_rc.dts
+++ b/target/linux/ramips/dts/kn_rc.dts
@@ -115,7 +115,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {
diff --git a/target/linux/ramips/dts/kn_rf.dts b/target/linux/ramips/dts/kn_rf.dts
index 1190eab..4f2b710 100644
--- a/target/linux/ramips/dts/kn_rf.dts
+++ b/target/linux/ramips/dts/kn_rf.dts
@@ -115,7 +115,7 @@
&ethernet {
mtd-mac-address = <&factory 0x4>;
- ralink,port-map = "wllll";
+ mediatek,portmap = "wllll";
};
&wmac {