File 0003-LTE-boot-on-3v8.patch of Package uboot-imx
From c163b1f857b9781d4166ab1b6da864ae46f22c2f Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Mon, 8 Sep 2025 11:19:06 +0200
Subject: [PATCH] 0003-LTE-boot-on-3v8
---
arch/arm/dts/imx93-11x11-frdm.dts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm.dts b/arch/arm/dts/imx93-11x11-frdm.dts
index 72a9231e9d1..8e2b1f44ecd 100644
--- a/arch/arm/dts/imx93-11x11-frdm.dts
+++ b/arch/arm/dts/imx93-11x11-frdm.dts
@@ -75,11 +75,12 @@
reg_vdd_3v8: regulator-vdd-3v8 {
compatible = "regulator-fixed";
regulator-name = "reg_vdd_3v8";
- regulator-min-microvolt = <3700000>;
- regulator-max-microvolt = <4200000>;
+ regulator-min-microvolt = <3800000>;
+ regulator-max-microvolt = <3800000>;
gpio = <&gpio2 14 GPIO_ACTIVE_HIGH>;
enable-active-high;
// off-on-delay-us = <10000000>;
+ regulator-boot-on;
regulator-always-on;
};
--
2.51.0.windows.1