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

Commit bfb9e1e4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Mark aDSP shared memory to DMA pool" into kernel.lnx.4.9.r27-rel

parents 4b8520e8 c256bd60
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 {