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

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

Merge "ARM: dts: qcom: modify skin thermal mitigation for Kona QRD"

parents a3114cca 4fec22fb
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -897,22 +897,23 @@
		thermal-governor = "step_wise";
		thermal-sensors = <&pm8150_adc_tm ADC_AMUX_THM1_PU2>;
		wake-capable-sensor;
		disable-thermal-zone;

		trips {
			skin_therm0: active-config0 {
				temperature = <52000>;
				temperature = <62000>;
				hysteresis = <5000>;
				type = "passive";
			};

			skin_therm1: active-config1 {
				temperature = <55000>;
				temperature = <65000>;
				hysteresis = <5000>;
				type = "passive";
			};

			skin_therm2: active-config2 {
				temperature = <62000>;
				temperature = <72000>;
				hysteresis = <2000>;
				type = "passive";
			};