File set-phy-addr-1.patch of Package imx93-devicetree
From 30dcca05e372d1c48c181b2248287846a7b7b097 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Wed, 27 Aug 2025 14:04:31 +0200
Subject: [PATCH] set phy addr 1
---
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 55e34d947925..ef113686a5bf 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
@@ -241,7 +241,7 @@ mdio {
ethphy1: ethernet-phy@1 {
compatible = "ti,dp83822";
- reg = <0>;
+ reg = <1>;
reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
@@ -266,7 +266,7 @@ mdio {
ethphy2: ethernet-phy@2 {
compatible = "ti,dp83822";
- reg = <0>;
+ reg = <1>;
eee-broken-1000t;
reset-gpios = <&gpio4 27 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
--
2.51.0.windows.1