File clear-phy-address.patch of Package imx93-devicetree
From d21dc4445ae49be8343aa2d3baf419c75b8fdf22 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Wed, 27 Aug 2025 12:07:50 +0200
Subject: [PATCH] Clear phy address
---
arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 5 +++--
1 file changed, 3 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 797ee27af11e..55e34d947925 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
@@ -231,6 +231,7 @@ &eqos {
phy-mode = "rgmii-id";
phy-handle = <ðphy1>;
status = "disabled";
+ local-mac-address = [ 55 44 33 22 11 00 ];
mdio {
compatible = "snps,dwmac-mdio";
@@ -240,7 +241,7 @@ mdio {
ethphy1: ethernet-phy@1 {
compatible = "ti,dp83822";
- reg = <4>;
+ reg = <0>;
reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
@@ -265,7 +266,7 @@ mdio {
ethphy2: ethernet-phy@2 {
compatible = "ti,dp83822";
- reg = <5>;
+ reg = <0>;
eee-broken-1000t;
reset-gpios = <&gpio4 27 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
--
2.51.0.windows.1