Commit 35f875e5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

ARM: dts: r-mobile: Add missing Ethernet PHY resets

Describe all Ethernet PHY reset GPIOs on R-Mobile boards, to avoid
relying solely on boot loaders to bring PHYs out of reset.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/b41bf0098ff193fbff9fad04d00075ce1bea1986.1631177442.git.geert+renesas@glider.be
parent d45ba2a5
...@@ -199,6 +199,7 @@ ethernet@8000000 { ...@@ -199,6 +199,7 @@ ethernet@8000000 {
reg-io-width = <4>; reg-io-width = <4>;
smsc,irq-active-high; smsc,irq-active-high;
smsc,irq-push-pull; smsc,irq-push-pull;
reset-gpios = <&pfc 270 GPIO_ACTIVE_LOW>;
vdd33a-supply = <&ape6evm_fixed_3v3>; vdd33a-supply = <&ape6evm_fixed_3v3>;
vddvario-supply = <&ape6evm_fixed_1v8>; vddvario-supply = <&ape6evm_fixed_1v8>;
}; };
......
...@@ -173,6 +173,7 @@ phy0: ethernet-phy@0 { ...@@ -173,6 +173,7 @@ phy0: ethernet-phy@0 {
compatible = "ethernet-phy-id0007.c0f1", compatible = "ethernet-phy-id0007.c0f1",
"ethernet-phy-ieee802.3-c22"; "ethernet-phy-ieee802.3-c22";
reg = <0>; reg = <0>;
reset-gpios = <&pfc 18 GPIO_ACTIVE_LOW>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment