ARM: dts: msm: Add CDSP shared memory

Reserve 4MB for EVA HFI queue on CDSP.

Change-Id: Ie93c5cf5a482bb01efdef7f7ce8b4e561b01b51a
Signed-off-by: Gopireddy Arunteja Reddy <quic_garuntej@quicinc.com>
This commit is contained in:
Gopireddy Arunteja Reddy
2024-09-17 11:06:42 +05:30
committed by Arunteja Reddy Gopireddy
parent 2cef652702
commit f36945f6bd

View File

@@ -365,6 +365,14 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
cdsp_eva_mem: cdsp_eva_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x400000>;
};
/* global autoconfigured region for contiguous allocations */ /* global autoconfigured region for contiguous allocations */
system_cma: linux,cma { system_cma: linux,cma {
compatible = "shared-dma-pool"; compatible = "shared-dma-pool";