From f08bd476a64d23f2cc81c35e296096f17cadfb95 Mon Sep 17 00:00:00 2001 From: Rahul Agarwal Date: Fri, 14 Oct 2022 23:01:07 +0530 Subject: [PATCH] ARM: dts: msm: Add reserved mem node for sa410m and scuba-auto Add reserved memory node for unused memory in region reserved for pil. Change-Id: I0875a2869c400c6496893ec7a5808519f864e245 --- qcom/sa410m.dtsi | 5 +++++ qcom/scuba_auto.dtsi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/qcom/sa410m.dtsi b/qcom/sa410m.dtsi index e7f26e36..d19d6901 100644 --- a/qcom/sa410m.dtsi +++ b/qcom/sa410m.dtsi @@ -200,6 +200,11 @@ reg = <0x0 0x52910000 0x0 0x5000>; }; + pil_reserved_unused_mem: pil_reserved_unused_region@52915000 { + no-map; + reg = <0x0 0x52915000 0x0 0xEB000>; + }; + tz_stat: tz_stat@53200000 { no-map; reg = <0x0 0x53200000 0x0 0x100000>; diff --git a/qcom/scuba_auto.dtsi b/qcom/scuba_auto.dtsi index 332342d9..19aa96f4 100644 --- a/qcom/scuba_auto.dtsi +++ b/qcom/scuba_auto.dtsi @@ -186,6 +186,11 @@ reg = <0x0 0x52910000 0x0 0x5000>; }; + pil_reserved_unused_mem: pil_reserved_unused_region@52915000 { + no-map; + reg = <0x0 0x52915000 0x0 0xEB000>; + }; + tz_stat: tz_stat@53200000 { no-map; reg = <0x0 0x53200000 0x0 0x100000>;