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

Commit e04dd2d6 authored by Arun kumar's avatar Arun kumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove polling on thermal nodes for apq8009



Remove polling for thermal nodes to overcome continuous kernel uevents.

Change-Id: I6dd2897c1574a0d69493ff2c9c6ddf6a901fd5c7
Signed-off-by: default avatarArun kumar <akanak@codeaurora.org>
parent baec7b06
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@
	thermal-zones {
		xo-therm-buf-adc {
			polling-delay-passive = <0>;
			polling-delay = <1000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_vadc 0x3c>;
			thermal-governor = "user_space";

@@ -362,7 +362,7 @@

		xo-therm-adc {
			polling-delay-passive = <0>;
			polling-delay = <1000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_vadc 0x32>;
			thermal-governor = "user_space";

@@ -377,7 +377,7 @@

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