File restore-eqos-reset.patch of Package uboot-imx
From c9a2b5508203e3e477e5b0fc5f9eddc38a69d71c Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Fri, 29 Aug 2025 11:38:18 +0200
Subject: [PATCH] restore eqos reset definition
---
arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
index bfb08ef3850..94a740766c4 100644
--- a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
+++ b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi
@@ -171,11 +171,11 @@
phy-reset-post-delay = <100>;
};
-// ðphy1 {
-// reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
-// reset-assert-us = <15000>;
-// reset-deassert-us = <100000>;
-// };
+ðphy1 {
+ reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
+ reset-assert-us = <15000>;
+ reset-deassert-us = <100000>;
+};
&usbotg1 {
status = "okay";
--
2.51.0.windows.1