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

Commit 4fec22fb authored by Minghao Zhang's avatar Minghao Zhang
Browse files

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

Modify skin thermal mitigation and disable skin thermal zone on Kona 
QRD platform.

Change-Id: I45647ff617dd3450f22a3c38142635a3d17d6001
parent 936d8cbf
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";
			};