File 0004-LTE-temp-hide-modem.patch of Package uboot-imx
From 7943319c59fd398021023ebfe02b3af09c5f5233 Mon Sep 17 00:00:00 2001
From: dewit <dewit@inventeers.nl>
Date: Mon, 8 Sep 2025 15:54:44 +0200
Subject: [PATCH] 0004-LTE-temp-hide-modem
---
arch/arm/dts/imx93-11x11-frdm.dts | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm/dts/imx93-11x11-frdm.dts b/arch/arm/dts/imx93-11x11-frdm.dts
index 8e2b1f44ecd..832ce2df268 100644
--- a/arch/arm/dts/imx93-11x11-frdm.dts
+++ b/arch/arm/dts/imx93-11x11-frdm.dts
@@ -333,17 +333,17 @@
current-speed = <115200>;
status = "okay";
- hl7845: hl7845@0 {
- compatible = "gpio-modem";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_hl7845_ctrl>;
+ //hl7845: hl7845@0 {
+ // compatible = "gpio-modem";
+ // pinctrl-names = "default";
+ // pinctrl-0 = <&pinctrl_hl7845_ctrl>;
- vbat-supply = <®_vdd_3v8>;
+ // vbat-supply = <®_vdd_3v8>;
- mdm-pwr-on-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
+ // mdm-pwr-on-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
// mdm-reset-gpios not connected
- mdm-wake-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
- };
+ // mdm-wake-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
+ //};
};
&lpuart2 { /* console */
--
2.51.0.windows.1