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

Commit d5628ce5 authored by Kasin Li's avatar Kasin Li
Browse files

ARM: dts: msm: Override GPU speed bin 2 for MSM8996Pro



In DRM driver gpu clock don't change. override the initial gpu clock to
maximal value to ensure the performance in auto system.

Change-Id: I95515aedfb7b6e462d693cc5ae945ac21fcba7b8
Signed-off-by: default avatarKasin Li <donglil@codeaurora.org>
parent 4b449078
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -466,5 +466,11 @@
		qcom,gpu-pwrlevels-0 {
			qcom,initial-pwrlevel = <1>;
		};

		qcom,gpu-pwrlevels-2 {
			qcom,initial-pwrlevel = <2>;

		};

	};
};