File remap-ethernet-gpio-from-removed-io-expander.patch of Package uboot-imx
From f891ee2837897ec00e05155307bd3fed97c641dd Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Tue, 26 Aug 2025 14:57:45 +0200
Subject: [PATCH] remap ethernet gpio from removed io expander
---
arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
index c91ea87da89..d4a6370ff14 100644
--- a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
+++ b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
@@ -166,13 +166,13 @@
};
&fec {
- phy-reset-gpios = <&pcal6524 16 GPIO_ACTIVE_LOW>;
+ phy-reset-gpios = <&gpio4 27 GPIO_ACTIVE_LOW>;
phy-reset-duration = <15>;
phy-reset-post-delay = <100>;
};
ðphy1 {
- reset-gpios = <&pcal6524 15 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
reset-assert-us = <15000>;
reset-deassert-us = <100000>;
};
--
2.51.0.windows.1