File 0001-LTE-remove-misplaced-space.patch of Package uboot-imx
From 117fe292c3ea5fb594b4173e00a72f44f997ec69 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Fri, 5 Sep 2025 17:17:36 +0200
Subject: [PATCH] 0001-LTE-remove-misplaced-space
---
arch/arm/dts/imx93-11x11-frdm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm.dts b/arch/arm/dts/imx93-11x11-frdm.dts
index d8e98eeb1c4..7015cfeec08 100644
--- a/arch/arm/dts/imx93-11x11-frdm.dts
+++ b/arch/arm/dts/imx93-11x11-frdm.dts
@@ -72,7 +72,7 @@
enable-active-high;
};
- reg_vdd_3v8 : regulator-vdd-3v8 {
+ reg_vdd_3v8: regulator-vdd-3v8 {
compatible = "regulator-fixed";
regulator-name = "reg_vdd_3v8";
regulator-min-microvolt = <3700000>;
--
2.51.0.windows.1