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

Commit 9872fb03 authored by Qingqing Zhou's avatar Qingqing Zhou
Browse files

ARM: dts: msm: Add common CMA region for sdxnightjar

Add a 12MB CMA region for common use.

Change-Id: Id7b8fbe888d345086cbf18cd48c88659260e2893
parent 4d24c9b0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -53,6 +53,15 @@
			label = "mss_mem";
		};

		common_cma: linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0xc00000>;
			linux,cma-default;
		};

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