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

Commit a50f9ddd authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ARM: dts: msm: Enlarge default CMA region to 20M



There is a request to support secure device which needs to load
another DP image. So additional 4M space required.
Make the change to enlarge default CMA region to 20M.

Change-Id: I02e62514c69eea33266cb8eee33cd828ee4eba8d
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 3a74195f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -154,6 +154,15 @@
			reusable;
			size = <0x400000>;
		};

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

	aliases {