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

Commit 880d6ebc authored by Deepak Kumar's avatar Deepak Kumar
Browse files

ARM: dts: msm: Disable GPU memory pools for QCS605



GPU memory pools are not required on QCS605. Disable
it to release memory reserved by GPU memory pools.

Change-Id: I1a83d7afe87b75e78f01d2da16b2246b6e07bfa9
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent c2aa9c2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,3 +83,7 @@
		};
	};
};

&msm_gpu {
	/delete-node/qcom,gpu-mempools;
};