From: Heesub Shin Date: Sun, 28 Apr 2024 14:24:04 +0000 (+0900) Subject: ARM: dts: stm32: fix incorrect PHY address for stm32mp157c-odyssey X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6a4c90093b665b321219e5e93e2467f7597cbb6a;p=u-boot.git ARM: dts: stm32: fix incorrect PHY address for stm32mp157c-odyssey In Odyssey board, KSZ9031 is at the PHY address 0x7, not 0x0. This commit fixes it. Signed-off-by: Heesub Shin Reviewed-by: Patrice Chotard --- diff --git a/arch/arm/dts/stm32mp157c-odyssey.dts b/arch/arm/dts/stm32mp157c-odyssey.dts index 53ba018197..b6210cf8b2 100644 --- a/arch/arm/dts/stm32mp157c-odyssey.dts +++ b/arch/arm/dts/stm32mp157c-odyssey.dts @@ -81,8 +81,8 @@ #address-cells = <1>; #size-cells = <0>; compatible = "snps,dwmac-mdio"; - phy0: ethernet-phy@0 { - reg = <0>; + phy0: ethernet-phy@7 { + reg = <7>; }; }; };