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

Commit 600f6433 authored by Archana Sriram's avatar Archana Sriram
Browse files

ARM: dts: msm: Set polling delay to zero for ADC thermistors on QM215

Since thermal rules are not set for ADC thermistors,
set polling delay to zero so that they are not read
periodically causing wakeups.

Change-Id: I9c13c99cddd61d7aff7e10867997b3a4e4631efa
parent 5a2fa981
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@
	thermal-zones {
		xo-therm-buf-adc {
			polling-delay-passive = <0>;
			polling-delay = <5000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_adc_tm_iio
						VADC_LR_MUX3_BUF_XO_THERM>;
			thermal-governor = "user_space";
@@ -376,7 +376,7 @@

		xo-therm-adc {
			polling-delay-passive = <0>;
			polling-delay = <5000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_adc_tm_iio
						VADC_LR_MUX3_XO_THERM>;
			thermal-governor = "user_space";
@@ -392,7 +392,7 @@

		pa-therm0-adc {
			polling-delay-passive = <0>;
			polling-delay = <5000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_adc_tm_iio
						VADC_LR_MUX7_HW_ID>;
			thermal-governor = "user_space";
@@ -408,7 +408,7 @@

		skin-therm-adc {
			polling-delay-passive = <0>;
			polling-delay = <5000>;
			polling-delay = <0>;
			thermal-sensors = <&pm8916_adc_tm_iio
						VADC_P_MUX2_1_1>;
			thermal-governor = "user_space";