File rename-eqos-phy.patch of Package imx93-devicetree
From 4f1ccdbfb0617c6c7cad2c8af02b36df0e1448ab Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Thu, 28 Aug 2025 13:00:59 +0200
Subject: [PATCH] rename eqos phy
---
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 c8da46bfb719..cb3cdb25fcf7 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
@@ -229,7 +229,7 @@ &eqos {
pinctrl-0 = <&pinctrl_eqos>;
pinctrl-1 = <&pinctrl_eqos_sleep>;
phy-mode = "rgmii-id";
- phy-handle = <ðphy1>;
+ phy-handle = <ðphy2>;
status = "disabled";
local-mac-address = [ 55 44 33 22 11 00 ];
@@ -239,7 +239,7 @@ mdio {
#size-cells = <0>;
clock-frequency = <5000000>;
- ethphy1: ethernet-phy@1 {
+ ethphy2: ethernet-phy@1 {
compatible = "ti,dp83822";
reg = <1>;
reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
--
2.51.0.windows.1