]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: fix incorrect PHY address for stm32mp157c-odyssey
authorHeesub Shin <heesub@gmail.com>
Sun, 28 Apr 2024 14:24:04 +0000 (23:24 +0900)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 18 Jun 2024 06:55:52 +0000 (08:55 +0200)
In Odyssey board, KSZ9031 is at the PHY address 0x7, not 0x0. This
commit fixes it.

Signed-off-by: Heesub Shin <heesub@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp157c-odyssey.dts

index 53ba018197d4ed222e9aecfb44445757ae0da04a..b6210cf8b2ab1c312e5aeba0788a794f3781f98e 100644 (file)
@@ -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>;
                };
        };
 };