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:
Daniel Danzberger 2019-11-06 14:06:39 +01:00 committed by Petr Štetiar
parent 6abce4d5e4
commit 8db4496443
1 changed files with 2 additions and 1 deletions

View File

@ -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 {