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

Commit 6a70f704 authored by Sunil Khatri's avatar Sunil Khatri Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable the secure mem region for SDM429



Secure Video and secure GFX use case occupies ~100MB memory.
On low memory devices this have drastic on impact page frame
reclaim, so disable secure CMA on SDM429 and enable on specific
targets only when requested.

Change-Id: I0629afeb6ca52a714b38c4e959609b8490311249
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent 3ecac860
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -205,6 +205,15 @@

		#clock-cells = <1>;
	};

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

&secure_mem {
	status = "disabled";
};

&clock_gcc_mdss {