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

Commit 4d168c94 authored by Sunil Khatri's avatar Sunil Khatri
Browse files

ARM: dts: msm: Disable GPU mempools for SDM429



For low memory devices reserving memory can lead
to low-memory conditions.

Disable mem-pools help on such low memory targets
to run concurrent use cases.

Change-Id: Id922d30860ca104adfdd0c75423d0857376b80f3
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent d77ce925
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -222,4 +222,7 @@
&msm_gpu {
	/* Update GPU chip ID*/
	qcom,chipid = <0x05000400>;

	/* disable mem pools */
	/delete-node/qcom,gpu-mempools;
};