From d7d25e4f4ab4ce628ca911dcb371d2445d7eb6d3 Mon Sep 17 00:00:00 2001 From: Khaja Hussain Shaik Khaji Date: Fri, 18 Oct 2024 18:32:57 +0530 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: If549119c1516f8a995978c419fcb74b3d3e3ed9d Signed-off-by: Khaja Hussain Shaik Khaji --- qcom/sdxkova.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index 831f79ad..4f0c8227 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -1368,6 +1368,11 @@ compatible = "qcom,msm-imem-diag-dload"; reg = <0x0 0xc8 0x0 0xc8>; }; + + modem_dsm@c98 { + compatible = "qcom,msm-imem-mss-dsm"; + reg = <0x0 0xc98 0x0 0x10>; + }; }; tcsr_mutex_block: syscon@1f40000 {