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

Commit a8c6fba9 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: qcom: Enable NPU thermal zone mitigation for LITO

Enable NPU thermal zone mitigation for NPU TSENS for LITO.
It throttles NPU DCVS frequencies whenever preset trips are
violated.

Change-Id: I0c297519d1c70a51516f2811d367424ca831f0e3
parent 46f9097d
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -1291,4 +1291,28 @@
			};
		};
	};

	npu-step {
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-sensors = <&tsens1 6>;
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			npu_trip0: npu-trip0 {
				temperature = <95000>;
				hysteresis = <0>;
				type = "passive";
			};
		};

		cooling-maps {
			npu_cdev {
				trip = <&npu_trip0>;
				cooling-device =
					<&msm_npu THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
		};
	};
};