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

Commit c256bd60 authored by Vijaya Kumar T M's avatar Vijaya Kumar T M Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Mark aDSP shared memory to DMA pool



aDSP has dedicated shared memory region for camera storage.
This is affecting the available free memory.
Release memory to DMA pool when not in use.

CRs-Fixed: 2542045
Change-Id: I5358cf15411e66c1ce67bee7eb7b7b85aafb1867
Signed-off-by: default avatarVijaya Kumar T M <vtmuni@codeaurora.org>
parent 9f180cb1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -137,8 +137,11 @@
		};

		adsp_shmem_device_mem: adsp_shmem_device_region@0xc0100000 {
			reg = <0x0 0xc0100000 0x0 0x08200000>;
			label = "adsp_shmem_device_mem";
			compatible = "shared-dma-pool";
			reusable;
			alloc-ranges = <0x0 0xc0100000 0x0 0x08200000>;
			alignment = <0 0x400000>;
			size = <0 0x800000>;
		};

		gpu_mem: gpu_region@0 {