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

Commit ed722bb2 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"

parents 3f02b012 0ed78411
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -137,8 +137,12 @@
		};

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

		gpu_mem: gpu_region@0 {