When creating a dedicated mdio node to describe the bus the gpio reset property was erroneously left in the phy node. The reason for adding mdio nodes on WhiteHawk was to ensure the PHYs where reset before they were probed, keeping the property in the phy node prevented this. Reported-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Fixes: 54bf0c27380b ("arm64: dts: renesas: r8a779g0: Use MDIO node for all AVB devices") Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> --- arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi index 80496fb3d476..4f0230327868 100644 --- a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi +++ b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi @@ -156,6 +156,8 @@ mdio { #address-cells = <1>; #size-cells = <0>; + reset-gpios = <&gpio7 10 GPIO_ACTIVE_LOW>; + avb0_phy: ethernet-phy@0 { compatible = "ethernet-phy-id0022.1622", "ethernet-phy-ieee802.3-c22"; @@ -163,7 +165,6 @@ avb0_phy: ethernet-phy@0 { reg = <0>; interrupt-parent = <&gpio7>; interrupts = <5 IRQ_TYPE_LEVEL_LOW>; - reset-gpios = <&gpio7 10 GPIO_ACTIVE_LOW>; }; }; }; -- 2.45.2