File temp-disable-eqos.patch of Package uboot-imx
From e59bcb39622a511fec2776735625bc7fbc257741 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Mon, 1 Sep 2025 15:29:47 +0200
Subject: [PATCH] temp-disable-eqos
---
arch/arm/dts/imx93-11x11-frdm.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm.dts b/arch/arm/dts/imx93-11x11-frdm.dts
index 5e8fd2907c0..444018fea1f 100644
--- a/arch/arm/dts/imx93-11x11-frdm.dts
+++ b/arch/arm/dts/imx93-11x11-frdm.dts
@@ -99,8 +99,8 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_eqos>;
phy-mode = "rmii";
- phy-handle = <ðphy1>;
- status = "okay";
+ phy-handle = <ðphy2>;
+ status = "disabled";
local-mac-address = [ 55 44 33 22 11 00 ];
mdio {
@@ -109,9 +109,9 @@
#size-cells = <0>;
clock-frequency = <5000000>;
- ethphy1: ethernet-phy@1 {
+ ethphy2: ethernet-phy@2 {
compatible = "ti,dp83822";
- reg = <1>;
+ reg = <2>;
eee-broken-1000t;
reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
@@ -124,7 +124,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec>;
phy-mode = "rmii";
- phy-handle = <ðphy2>;
+ phy-handle = <ðphy1>;
fsl,magic-packet;
status = "okay";
local-mac-address = [ 00 11 22 33 44 55 ];
@@ -134,7 +134,7 @@
#size-cells = <0>;
clock-frequency = <5000000>;
- ethphy2: ethernet-phy@2 {
+ ethphy1: ethernet-phy@1 {
compatible = "ti,dp83822";
reg = <1>;
eee-broken-1000t;
--
2.51.0.windows.1