mirror of https://github.com/openwrt/openwrt.git
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:
parent
7be36c20f1
commit
c75223338f
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue