File remap-ethernet-gpio-from-removed-io-expander.patch of Package imx93-devicetree
From 48897f5261c45f58e84d5b56a4945c78c5933281 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Tue, 26 Aug 2025 15:13:32 +0200
Subject: [PATCH] remap ethernet gpio from removed io expander
---
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 44790c397387..122b483c1e1c 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts
@@ -240,7 +240,7 @@ mdio {
ethphy1: ethernet-phy@1 {
reg = <1>;
- reset-gpios = <&pcal6524 15 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
};
@@ -264,7 +264,7 @@ mdio {
ethphy2: ethernet-phy@2 {
reg = <2>;
eee-broken-1000t;
- reset-gpios = <&pcal6524 16 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&gpio4 27 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
};
--
2.51.0.windows.1