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

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

ARM: dts: msm: Remove secure mem region for SDM429



Secure video CMA occupies above ~100MB memory. It has a terrible
effect on page frame reclaim. So let us have secure CMA disabled
on this 2GB memory target, and enable it when needed.

CRs-Fixed: 2271462
Change-Id: I1094b8cefec3dbf9ec9c7c68223efa665a1d5b02
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 378dc16e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -94,6 +94,18 @@
				< 1804800 5712 >;
		};
	};

	qcom,ion {
		/delete-node/ qcom,ion-heap@8;
	};
};

&secure_mem {
	status = "disabled";
};

&kgsl_msm_iommu {
	/delete-node/ gfx3d_secure;
};

&funnel_apss {