Skip to content

Commit 0bcf9ca

Browse files
laklimovandersson
authored andcommitted
arm64: dts: qcom: sm8750: add memory node for adsp fastrpc
Add optional memory heap node that can be used for ADSP fastrpc. Cc: Ekansh Gupta <quic_ekangupt@quicinc.com> Cc: Srinivas Kandagatla <srini@kernel.org> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Link: https://lore.kernel.org/r/20251209-sm8750-fastrpc-adsp-v3-1-ccfff49a8af9@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 16860ae commit 0bcf9ca

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,14 @@
540540
reg = <0x0 0xff800000 0x0 0x800000>;
541541
no-map;
542542
};
543+
544+
adsp_rpc_remote_heap_mem: adsp-rpc-remote-heap {
545+
compatible = "shared-dma-pool";
546+
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
547+
alignment = <0x0 0x400000>;
548+
size = <0x0 0xc00000>;
549+
reusable;
550+
};
543551
};
544552

545553
smp2p-adsp {

0 commit comments

Comments
 (0)