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

Commit 04989891 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Add thermal zone configuration for SDM439



Add usr thermal zone configurations for adc_tm channels
pa_therm0 and quiet_therm in SDM439.

Change-Id: I44053bb228056921d65085b34523d059cad99398
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent d5546ff2
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -271,6 +271,21 @@
			};
		};
	};

	pa-therm0 {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pm8953_adc_tm 0x36>;
		thermal-governor = "user_space";

		trips {
			active-config0 {
				temperature = <65000>;
				hysteresis = <5000>;
				type = "passive";
			};
		};
	};
};

&pm8953_vadc {
+15 −0
Original line number Diff line number Diff line
@@ -184,4 +184,19 @@
			};
		};
	};

	quiet-therm-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmi632_adc_tm 0x53>;
		thermal-governor = "user_space";

		trips {
			active-config0 {
				temperature = <65000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};
};