File update-phy-addresses.patch of Package imx93-devicetree
From 5a0b5e429663c94a2b2afed6db8cadaea30af327 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Tue, 26 Aug 2025 16:41:06 +0200
Subject: [PATCH] update phy addresses
---
arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
index 122b483c1e1c..4b03af442652 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
@@ -239,7 +239,7 @@ mdio {
clock-frequency = <5000000>;
ethphy1: ethernet-phy@1 {
- reg = <1>;
+ reg = <4>;
reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
@@ -262,7 +262,7 @@ mdio {
clock-frequency = <5000000>;
ethphy2: ethernet-phy@2 {
- reg = <2>;
+ reg = <5>;
eee-broken-1000t;
reset-gpios = <&gpio4 27 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
--
2.51.0.windows.1