diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-17 08:20:42 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-17 08:40:56 +0200 |
commit | e988b0fe0dc96997755580201e2c3681791d02bd (patch) | |
tree | fe56dcee7e2d02be8435ab0c8686fd51539799a4 /target/linux/ramips/dts/AI-BR100.dts | |
parent | ed4ac0ed65175230d6a7d3196974e6967b31a074 (diff) | |
download | upstream-e988b0fe0dc96997755580201e2c3681791d02bd.tar.gz upstream-e988b0fe0dc96997755580201e2c3681791d02bd.tar.bz2 upstream-e988b0fe0dc96997755580201e2c3681791d02bd.zip |
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/linux/ramips/dts/AI-BR100.dts')
-rw-r--r-- | target/linux/ramips/dts/AI-BR100.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/AI-BR100.dts b/target/linux/ramips/dts/AI-BR100.dts index 687a78a10e..b0100f63bb 100644 --- a/target/linux/ramips/dts/AI-BR100.dts +++ b/target/linux/ramips/dts/AI-BR100.dts @@ -98,8 +98,6 @@ }; ðernet { - pinctrl-names = "default"; - pinctrl-0 = <&ephy_pins>; mtd-mac-address = <&factory 0x4>; mediatek,portmap = "llllw"; }; |