ramips: mt7620: fix double use of pins
authorMathias Kresin <dev@kresin.me>
Tue, 17 Apr 2018 06:20:42 +0000 (08:20 +0200)
committerMathias Kresin <dev@kresin.me>
Tue, 17 Apr 2018 06:40:56 +0000 (08:40 +0200)
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>
target/linux/ramips/dts/AI-BR100.dts
target/linux/ramips/dts/GL-MT300A.dts
target/linux/ramips/dts/GL-MT750.dts

index 687a78a10e84d27e862001719f2d699783af1f4c..b0100f63bb43e55092ef468a68829436291ad860 100644 (file)
@@ -98,8 +98,6 @@
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
        mtd-mac-address = <&factory 0x4>;
        mediatek,portmap = "llllw";
 };
index c69d816456fca47acfa2d64e2449feccb85961f9..ed954ce878a9f2319e6b45a47d46898ed10ad54b 100644 (file)
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
        mtd-mac-address = <&factory 0x4000>;
        mediatek,portmap = "wllll";
 };
index 2b5bf558e16fb51732531f8c890a7b7768375281..007f745b636f1d6e79ad86147ba687898523b528 100644 (file)
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
        mtd-mac-address = <&factory 0x4000>;
        mediatek,portmap = "llllw";
 };