mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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>
This commit is contained in:
parent
ed4ac0ed65
commit
e988b0fe0d
@ -98,8 +98,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ðernet {
|
ðernet {
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&ephy_pins>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
mediatek,portmap = "llllw";
|
mediatek,portmap = "llllw";
|
||||||
};
|
};
|
||||||
|
@ -131,8 +131,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ðernet {
|
ðernet {
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&ephy_pins>;
|
|
||||||
mtd-mac-address = <&factory 0x4000>;
|
mtd-mac-address = <&factory 0x4000>;
|
||||||
mediatek,portmap = "wllll";
|
mediatek,portmap = "wllll";
|
||||||
};
|
};
|
||||||
|
@ -126,8 +126,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ðernet {
|
ðernet {
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&ephy_pins>;
|
|
||||||
mtd-mac-address = <&factory 0x4000>;
|
mtd-mac-address = <&factory 0x4000>;
|
||||||
mediatek,portmap = "llllw";
|
mediatek,portmap = "llllw";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user