Merge "ARM: dts: msm: Add EVA CDSP shared mem"

This commit is contained in:
qctecmdr
2023-08-18 14:20:04 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1354,6 +1354,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"