Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 441d122b authored by abhikran's avatar abhikran
Browse files

ARM: dts: msm: add compute memory region for sdmmagpie



create memory region for sharing with compute DSP to support
computer vision program(CVP) usecases.

Change-Id: Id11b955d144b509b5bf964b0666adfd36c1b2efd
Signed-off-by: default avatarabhikran <abhikran@codeaurora.org>
parent bb84735e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -580,6 +580,14 @@
			size = <0 0xc00000>;
		};

		cdsp_mem: cdsp_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x400000>;
		};

		qseecom_ta_mem: qseecom_ta_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;