ipq40xx: wpj419: use reset-gpios property for phy reset
The old GPIO based phy reset (phy-reset-gpio) will be removed form the ipq40xx mdio driver in the future. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
parent
6abce4d5e4
commit
8db4496443
|
@ -236,9 +236,10 @@
|
|||
|
||||
mdio@90000 {
|
||||
status = "okay";
|
||||
phy-reset-gpio = <&tlmm 47 0>;
|
||||
pinctrl-0 = <&mdio_pins>;
|
||||
pinctrl-names = "default";
|
||||
reset-gpios = <&tlmm 47 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-us = <5000>;
|
||||
};
|
||||
|
||||
ess-psgmii@98000 {
|
||||
|
|
Loading…
Reference in New Issue