From 63b5b62c9b153af462adfd973eb2913756bfc844 Mon Sep 17 00:00:00 2001 From: Satya Durga Srinivasu Prabhala Date: Fri, 13 Oct 2023 18:08:25 -0700 Subject: [PATCH] ARM: dts: msm: add Modem DSM region info to IMEM IMEM gets updated with Modem DSM memory region info when Modem taken out of reset by APPS and the info is used for collection of coredumps. Change-Id: I313d374772bcc95495e9965b7fa1f455ac36a82a Signed-off-by: Satya Durga Srinivasu Prabhala --- qcom/pineapple.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/pineapple.dtsi b/qcom/pineapple.dtsi index ee721b6a..438e1f56 100644 --- a/qcom/pineapple.dtsi +++ b/qcom/pineapple.dtsi @@ -953,6 +953,11 @@ compatible = "qcom,msm-imem-diag-dload"; reg = <0xc8 0xc8>; }; + + modem_dsm@c98 { + compatible = "qcom,msm-imem-mss-dsm"; + reg = <0xc98 0x10>; + }; }; /* PIL spss node - for loading Secure Processor */