Skip to content

Commit 07861e1

Browse files
Jianping-LiKomal-Bajaj
authored andcommitted
FROMLIST: 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. Link: https://lore.kernel.org/r/20251117070819.492-1-jianping.li@oss.qualcomm.com Signed-off-by: Jianping Li <jianping.li@oss.qualcomm.com>
1 parent c76e512 commit 07861e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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 {
@@ -4431,6 +4436,9 @@
44314436
qcom,glink-channels = "fastrpcglink-apps-dsp";
44324437
label = "adsp";
44334438
qcom,non-secure-domain;
4439+
memory-region = <&adsp_rpc_remote_heap_mem>;
4440+
qcom,vmids = <QCOM_SCM_VMID_LPASS
4441+
QCOM_SCM_VMID_ADSP_HEAP>;
44344442
#address-cells = <1>;
44354443
#size-cells = <0>;
44364444

0 commit comments

Comments
 (0)