summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-04-17 08:20:42 +0200
committerMathias Kresin <dev@kresin.me>2018-04-17 08:40:56 +0200
commite988b0fe0dc96997755580201e2c3681791d02bd (patch)
treefe56dcee7e2d02be8435ab0c8686fd51539799a4 /target
parented4ac0ed65175230d6a7d3196974e6967b31a074 (diff)
downloadmtk-20170518-e988b0fe0dc96997755580201e2c3681791d02bd.zip
mtk-20170518-e988b0fe0dc96997755580201e2c3681791d02bd.tar.gz
mtk-20170518-e988b0fe0dc96997755580201e2c3681791d02bd.tar.bz2
ramips: mt7620: fix double use of pins
The pins are used as (LED) GPIOs and can't be used at the same time as hardware controlled ephy (LED) pins. Fixes: FS#1500 Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/AI-BR100.dts2
-rw-r--r--target/linux/ramips/dts/GL-MT300A.dts2
-rw-r--r--target/linux/ramips/dts/GL-MT750.dts2
3 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/AI-BR100.dts b/target/linux/ramips/dts/AI-BR100.dts
index 687a78a..b0100f6 100644
--- a/target/linux/ramips/dts/AI-BR100.dts
+++ b/target/linux/ramips/dts/AI-BR100.dts
@@ -98,8 +98,6 @@
};
&ethernet {
- pinctrl-names = "default";
- pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4>;
mediatek,portmap = "llllw";
};
diff --git a/target/linux/ramips/dts/GL-MT300A.dts b/target/linux/ramips/dts/GL-MT300A.dts
index c69d816..ed954ce 100644
--- a/target/linux/ramips/dts/GL-MT300A.dts
+++ b/target/linux/ramips/dts/GL-MT300A.dts
@@ -131,8 +131,6 @@
};
&ethernet {
- pinctrl-names = "default";
- pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4000>;
mediatek,portmap = "wllll";
};
diff --git a/target/linux/ramips/dts/GL-MT750.dts b/target/linux/ramips/dts/GL-MT750.dts
index 2b5bf55..007f745 100644
--- a/target/linux/ramips/dts/GL-MT750.dts
+++ b/target/linux/ramips/dts/GL-MT750.dts
@@ -126,8 +126,6 @@
};
&ethernet {
- pinctrl-names = "default";
- pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4000>;
mediatek,portmap = "llllw";
};