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

Commit 548a318c authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Update GPU mitigation threshold for sm8150



Update the GPU mitigation threshold to 85C from 95C for sm8150. This
change is done as per the recent recommendation.

Change-Id: Id5369d057acff5faaeb44787b1db96ac93498e27
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent c456d422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -747,7 +747,7 @@
		thermal-governor = "step_wise";
		trips {
			gpu_trip0: gpu-trip0 {
				temperature = <95000>;
				temperature = <85000>;
				hysteresis = <0>;
				type = "passive";
			};