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

Commit cc718f46 authored by Minghao Zhang's avatar Minghao Zhang
Browse files

ARM: dts: qcom: Modify gpu thermal rule for Lahaina

Modify gpu thermal clear threshold to 85C and modify gpu upper
limit for Lahaina.

Change-Id: Ieb36a489da7a5c375885fe3cdc6ea22446177d1b
parent 026d6b00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -983,7 +983,7 @@
		trips {
			gpuss_config: active-config0 {
				temperature = <95000>;
				hysteresis = <0>;
				hysteresis = <20000>;
				type = "passive";
			};
		};
@@ -992,7 +992,7 @@
			gpu_cdev {
				trip = <&gpuss_config>;
				cooling-device = <&msm_gpu THERMAL_NO_LIMIT
							THERMAL_NO_LIMIT>;
							THERMAL_MAX_LIMIT>;
			};
		};
	};