qualcommax: ipq60xx: eap6xx-outdoor: add PHY reset pinctrl

It was suggested that the pinctrl property of the mdio node should
include the PHY reset GPIO. Add them in.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18584
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2025-05-13 15:59:00 -05:00 committed by Robert Marko
parent 7be36c20f1
commit c75223338f
1 changed files with 7 additions and 1 deletions

View File

@ -80,6 +80,12 @@
};
};
phy_reset_pin: phy-reset-pin {
pins = "gpio77";
function = "gpio";
bias-pull-up;
};
led_enable {
gpio-hog;
output-high;
@ -100,7 +106,7 @@
};
&mdio {
pinctrl-0 = <&mdio_pins>;
pinctrl-0 = <&mdio_pins>, <&phy_reset_pin>;
pinctrl-names = "default";
reset-gpios = <&tlmm 77 GPIO_ACTIVE_LOW>;
reset-delay-us = <10000>;