From cb246c564610f061e080455f4e72123ecc05b80c Mon Sep 17 00:00:00 2001 From: Anurag Pateriya Date: Mon, 18 May 2026 12:29:04 +0530 Subject: [PATCH] QCLINUX: arm64: dts: qcom: lemans: remove GearVM reserved region to from iot memory map This change is part of removing GearVM carveouts on both Lemans IOT and monaco. GearVM is currently not loaded or launched on QLI targets. lemans-auto still supports GearVM, we include in lemans-auto.dtsi. Signed-off-by: Anurag Pateriya --- arch/arm64/boot/dts/qcom/lemans-auto.dtsi | 10 ++++++++++ arch/arm64/boot/dts/qcom/lemans.dtsi | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/lemans-auto.dtsi b/arch/arm64/boot/dts/qcom/lemans-auto.dtsi index 07fa9cb148ae6..8594242b57e66 100644 --- a/arch/arm64/boot/dts/qcom/lemans-auto.dtsi +++ b/arch/arm64/boot/dts/qcom/lemans-auto.dtsi @@ -85,11 +85,21 @@ no-map; }; + firmware_mem: firmware-region@b0000000 { + reg = <0x0 0xb0000000 0x0 0x800000>; + no-map; + }; + hyptz_reserved_mem: hyptz-reserved@beb00000 { reg = <0x0 0xbeb00000 0x0 0x11500000>; no-map; }; + scmi_mem: scmi-region@d0000000 { + reg = <0x0 0xd0000000 0x0 0x100000>; + no-map; + }; + trusted_apps_mem: trusted-apps@d1900000 { reg = <0x0 0xd1900000 0x0 0x3800000>; no-map; diff --git a/arch/arm64/boot/dts/qcom/lemans.dtsi b/arch/arm64/boot/dts/qcom/lemans.dtsi index 61a89cac64dcc..28650194bee80 100644 --- a/arch/arm64/boot/dts/qcom/lemans.dtsi +++ b/arch/arm64/boot/dts/qcom/lemans.dtsi @@ -941,16 +941,6 @@ no-map; }; - firmware_mem: firmware-region@b0000000 { - reg = <0x0 0xb0000000 0x0 0x800000>; - no-map; - }; - - scmi_mem: scmi-region@d0000000 { - reg = <0x0 0xd0000000 0x0 0x40000>; - no-map; - }; - firmware_logs_mem: firmware-logs@d0040000 { reg = <0x0 0xd0040000 0x0 0x10000>; no-map;