Skip to content

Commit a091ee3

Browse files
lijuanggKomal-Bajaj
authored andcommitted
FROMGIT: arm64: dts: qcom: qcs615: Add IMEM and PIL info region
Add a simple-mfd representing IMEM on QCS615 and define the PIL relocation info region as its child. The PIL region in IMEM is used to communicate load addresses of remoteproc to post mortem debug tools, so that these tools can collect ramdumps. Link: https://lore.kernel.org/r/20250526-add_qcs615_remoteproc_support-v4-4-06a7d8bed0b5@quicinc.com Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
1 parent a978a63 commit a091ee3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,6 +3323,20 @@
33233323
reg = <0x0 0x0c3f0000 0x0 0x400>;
33243324
};
33253325

3326+
sram@14680000 {
3327+
compatible = "qcom,qcs615-imem", "syscon", "simple-mfd";
3328+
reg = <0x0 0x14680000 0x0 0x2c000>;
3329+
ranges = <0 0 0x14680000 0x2c000>;
3330+
3331+
#address-cells = <1>;
3332+
#size-cells = <1>;
3333+
3334+
pil-reloc@2a94c {
3335+
compatible = "qcom,pil-reloc-info";
3336+
reg = <0x2a94c 0xc8>;
3337+
};
3338+
};
3339+
33263340
apps_smmu: iommu@15000000 {
33273341
compatible = "qcom,qcs615-smmu-500", "qcom,smmu-500", "arm,mmu-500";
33283342
reg = <0x0 0x15000000 0x0 0x80000>;

0 commit comments

Comments
 (0)