summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeesub Shin <heesub@gmail.com>2024-04-28 23:24:06 +0900
committerPatrice Chotard <patrice.chotard@foss.st.com>2024-06-18 08:55:52 +0200
commitcf03330549562b324302187ee3c3b98a030bac9d (patch)
tree2cda15af4bf7e3459e4058adc93f6e25d4d98e4f
parent6a4c90093b665b321219e5e93e2467f7597cbb6a (diff)
ARM: dts: stm32: add phy-reset-gpios property to ethernet node for stm32mp157c-odyssey
In Odyssey board, we should reset the PHY chipset, toggling G0 pin. Signed-off-by: Heesub Shin <heesub@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r--arch/arm/dts/stm32mp157c-odyssey.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-odyssey.dts b/arch/arm/dts/stm32mp157c-odyssey.dts
index b6210cf8b2a..4cc5e076838 100644
--- a/arch/arm/dts/stm32mp157c-odyssey.dts
+++ b/arch/arm/dts/stm32mp157c-odyssey.dts
@@ -75,6 +75,7 @@
phy-mode = "rgmii-id";
max-speed = <1000>;
phy-handle = <&phy0>;
+ phy-reset-gpios = <&gpiog 0 GPIO_ACTIVE_LOW>;
st,ext-phyclk;
mdio0 {