From 527694888f0699efe7e11ce6a43659c044b579e1 Mon Sep 17 00:00:00 2001 From: George Shen Date: Thu, 17 Aug 2023 14:57:26 -0700 Subject: [PATCH] ARM: dts: msm: Add EVA CDSP shared mem For EVA DSP clients. Change-Id: I694314287eb0b97c20ecae4d2860d826c6cdd3fa Signed-off-by: George Shen --- qcom/sun.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 942ae0cb..d65667fb 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1335,6 +1335,15 @@ size = <0x0 0xC00000>; linux,cma-default; }; + + /* cdsp eva shared memory */ + cdsp_eva_mem: cdsp_eva_region { + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; + reusable; + alignment = <0x0 0x400000>; + size = <0x0 0x400000>; + }; }; #include "sun-dma-heaps.dtsi"