diff options
| author | Ananthu C V <ananthu.cv@oss.qualcomm.com> | 2026-04-24 03:36:14 -0700 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-07-02 14:31:22 -0500 |
| commit | 4c53f51b442ae8cc4545fc5ec349ce6ed7afb4cf (patch) | |
| tree | f7eba8c27e55a682dd89111edb32904f9fc32094 | |
| parent | fdb2f446c4e6758802d678858b5811d46709d0e6 (diff) | |
| download | linux-stable-4c53f51b442ae8cc4545fc5ec349ce6ed7afb4cf.tar.gz linux-stable-4c53f51b442ae8cc4545fc5ec349ce6ed7afb4cf.zip | |
arm64: dts: qcom: glymur: add IMEM and PIL regions
Add an IMEM on glymur which falls back to mmio-sram and define the
PIL relocation info region as its child, for post mortem tools to
locate the loaded remoteprocs.
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Ananthu C V <ananthu.cv@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260424-glymur-imem-v5-2-18ede63cf063@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/glymur.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi index e753d948fec1..00ce22ceddc5 100644 --- a/arch/arm64/boot/dts/qcom/glymur.dtsi +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi @@ -6967,6 +6967,22 @@ }; }; + sram@14680000 { + compatible = "qcom,glymur-imem", "mmio-sram"; + reg = <0x0 0x14680000 0x0 0x2c000>; + ranges = <0 0 0x14680000 0x2c000>; + + no-memory-wc; + + #address-cells = <1>; + #size-cells = <1>; + + pil-sram@94c { + compatible = "qcom,pil-reloc-info"; + reg = <0x94c 0xc8>; + }; + }; + apps_smmu: iommu@15000000 { compatible = "qcom,glymur-smmu-500", "qcom,smmu-500", |
