Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: sdx65: Add IMEM and PIL info region

Add a simple-mfd representing IMEM on SDX65 and define the PIL
relocation info region, so that post mortem tools will be able to locate
the loaded remoteproc.

Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1654080312-5408-4-git-send-email-quic_rohiagar@quicinc.com

authored by

Rohit Agarwal and committed by
Bjorn Andersson
69117a2a 7f928c73

+13
+13
arch/arm/boot/dts/qcom-sdx65.dtsi
··· 395 395 interrupt-controller; 396 396 }; 397 397 398 + imem@1468f000 { 399 + compatible = "simple-mfd"; 400 + reg = <0x1468f000 0x1000>; 401 + ranges = <0x0 0x1468f000 0x1000>; 402 + #address-cells = <1>; 403 + #size-cells = <1>; 404 + 405 + pil-reloc@94c { 406 + compatible = "qcom,pil-reloc-info"; 407 + reg = <0x94c 0xc8>; 408 + }; 409 + }; 410 + 398 411 apps_smmu: iommu@15000000 { 399 412 compatible = "qcom,sdx65-smmu-500", "arm,mmu-500"; 400 413 reg = <0x15000000 0x40000>;