diff options
| author | Heesub Shin <[email protected]> | 2024-04-28 23:24:04 +0900 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2024-06-18 08:55:52 +0200 |
| commit | 6a4c90093b665b321219e5e93e2467f7597cbb6a (patch) | |
| tree | 2790b24027dd4163e034202cbaf8cc8815d582d1 | |
| parent | 9ea73f6f53310c9eede926e039c9a281aa9f6447 (diff) | |
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 <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp157c-odyssey.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/stm32mp157c-odyssey.dts b/arch/arm/dts/stm32mp157c-odyssey.dts index 53ba018197d..b6210cf8b2a 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>; }; }; }; |
