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

Commit 6f153898 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update GPU thermal rule for lahaina"

parents 06c18355 2d2cfee8
Loading
Loading
Loading
Loading
+27 −6
Original line number Diff line number Diff line
@@ -974,14 +974,35 @@
		};
	};

	gpuss-max-step {
	gpuss-0-step {
		polling-delay-passive = <10>;
		polling-delay = <100>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 1>, <&tsens1 2>;
		sensor-aggregation = <AGGREGATE_MAX_VALUE>;
		thermal-sensors = <&tsens1 1>;
		trips {
			gpuss0_config: active-config0 {
				temperature = <95000>;
				hysteresis = <0>;
				type = "passive";
			};
		};

		cooling-maps {
			gpu_cdev {
				trip = <&gpuss0_config>;
				cooling-device = <&msm_gpu THERMAL_NO_LIMIT
							THERMAL_NO_LIMIT>;
			};
		};
	};

	gpuss-1-step {
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 2>;
		trips {
			gpuss_config: active-config0 {
			gpuss1_config: active-config0 {
				temperature = <95000>;
				hysteresis = <0>;
				type = "passive";
@@ -990,7 +1011,7 @@

		cooling-maps {
			gpu_cdev {
				trip = <&gpuss_config>;
				trip = <&gpuss1_config>;
				cooling-device = <&msm_gpu THERMAL_NO_LIMIT
							THERMAL_NO_LIMIT>;
			};