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

Commit 642330bb authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Add CMA region for sdxlemur

Add a 12MB CMA region.

Change-Id: Iba50fd5f19d91bf46297d72695211170054ccae3
parent a5291796
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -60,6 +60,16 @@
			no-map;
			reg = <0x8c400000 0x3200000>;
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0xC00000>;
			linux,cma-default;
		};
	};

	cpus {