File clear-phy-address.patch of Package uboot-imx

From e75d027e618a4368b65fa2c438e22f35c0e63ba1 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Wed, 27 Aug 2025 12:07:24 +0200
Subject: [PATCH] Clear phy address

---
 arch/arm/dts/imx93-11x11-frdm.dts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx93-11x11-frdm.dts b/arch/arm/dts/imx93-11x11-frdm.dts
index 45c6904866d..fdd48ce9f64 100644
--- a/arch/arm/dts/imx93-11x11-frdm.dts
+++ b/arch/arm/dts/imx93-11x11-frdm.dts
@@ -101,6 +101,7 @@
 // 	phy-mode = "rgmii-id";
 // 	phy-handle = <&ethphy1>;
 // 	status = "okay";
+//  local-mac-address = [ 55 44 33 22 11 00 ];
 // 
 // 	mdio {
 // 		compatible = "snps,dwmac-mdio";
@@ -109,7 +110,7 @@
 // 		clock-frequency = <5000000>;
 // 
 // 		ethphy1: ethernet-phy@1 {
-// 			reg = <4>;
+// 			reg = <0>;
 // 			eee-broken-1000t;
 // 		};
 // 	};
@@ -131,7 +132,7 @@
 
 		ethphy2: ethernet-phy@2 {
             compatible = "ti,dp83822";
-			reg = <5>;
+			reg = <0>;
 			eee-broken-1000t;
 		};
 	};
-- 
2.51.0.windows.1

openSUSE Build Service is sponsored by