From 0962d5a861711b971d36d5add703aad9570f827b Mon Sep 17 00:00:00 2001 From: Shivani Hanji Date: Thu, 18 Aug 2022 19:17:31 +0530 Subject: [PATCH] ARM: dts: msm: Add CDSP memory region for EVA for anorak Describes the CDSP memory region used by EVA. Change-Id: I52a95d57ab8acdab654cfba6b3b40b3f4d7c51e8 --- qcom/anorak.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/anorak.dtsi b/qcom/anorak.dtsi index 20786162..76ca4557 100644 --- a/qcom/anorak.dtsi +++ b/qcom/anorak.dtsi @@ -318,6 +318,14 @@ size = <0x0 0x1000000>; }; + cdsp_eva_mem: cdsp_eva_region { + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; + reusable; + alignment = <0x0 0x400000>; + size = <0x0 0x400000>; + }; + adsp_mem_heap: adsp_heap_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;