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

Commit 8ff45df4 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Update temperature alarm passive polling for sm8150



Add passive polling for temperature alarm sensors monitoring. These
sensors doesn't have the capability to notify the threshold crossing for
level 1 to level 2. Enabling passive polling will ensure that thermal
framework will monitor the threshold after the notification for level 1
from level 0 is received.

Change-Id: I7ccd98affca5d6dcbf82b6f646b33da6f44499a1
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 548a318c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@

&thermal_zones {
	pm8150_temp_alarm: pm8150_tz {
		polling-delay-passive = <0>;
		polling-delay-passive = <100>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&pm8150_tz>;
+1 −1
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@
	};

	pm8150b_temp_alarm: pm8150b_tz {
		polling-delay-passive = <0>;
		polling-delay-passive = <100>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&pm8150b_tz>;
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@

&thermal_zones {
	pm8150l_temp_alarm: pm8150l_tz {
		polling-delay-passive = <0>;
		polling-delay-passive = <100>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&pm8150l_tz>;