Skip to content

Commit 90a58ff

Browse files
Jianping-Liandersson
authored andcommitted
arm64: dts: qcom: kodiak: Add memory region for audiopd
Add reserved memory region for audio PD dynamic loading and remote heap requirement. Also add LPASS and ADSP_HEAP VMIDs. Signed-off-by: Jianping Li <jianping.li@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251117070819.492-1-jianping.li@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a1338b3 commit 90a58ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@
190190
qcom,client-id = <1>;
191191
qcom,vmid = <QCOM_SCM_VMID_MSS_MSA>;
192192
};
193+
194+
adsp_rpc_remote_heap_mem: adsp-rpc-remote-heap@9cb80000 {
195+
reg = <0x0 0x9cb80000 0x0 0x800000>;
196+
no-map;
197+
};
193198
};
194199

195200
cpus {
@@ -4436,6 +4441,9 @@
44364441
qcom,glink-channels = "fastrpcglink-apps-dsp";
44374442
label = "adsp";
44384443
qcom,non-secure-domain;
4444+
memory-region = <&adsp_rpc_remote_heap_mem>;
4445+
qcom,vmids = <QCOM_SCM_VMID_LPASS
4446+
QCOM_SCM_VMID_ADSP_HEAP>;
44394447
#address-cells = <1>;
44404448
#size-cells = <0>;
44414449

0 commit comments

Comments
 (0)