소스 검색

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 <[email protected]>
Mathias Kresin 7 년 전
부모
커밋
e988b0fe0d
3개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 2
      target/linux/ramips/dts/AI-BR100.dts
  2. 0 2
      target/linux/ramips/dts/GL-MT300A.dts
  3. 0 2
      target/linux/ramips/dts/GL-MT750.dts

+ 0 - 2
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";
 };

+ 0 - 2
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";
 };

+ 0 - 2
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";
 };