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 <quic_kshaikkh@quicinc.com>
This commit is contained in:
Khaja Hussain Shaik Khaji
2024-10-18 18:32:57 +05:30
parent 5dc0b62602
commit d7d25e4f4a

View File

@@ -1368,6 +1368,11 @@
compatible = "qcom,msm-imem-diag-dload"; compatible = "qcom,msm-imem-diag-dload";
reg = <0x0 0xc8 0x0 0xc8>; reg = <0x0 0xc8 0x0 0xc8>;
}; };
modem_dsm@c98 {
compatible = "qcom,msm-imem-mss-dsm";
reg = <0x0 0xc98 0x0 0x10>;
};
}; };
tcsr_mutex_block: syscon@1f40000 { tcsr_mutex_block: syscon@1f40000 {