summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchana Sriram <c_apsrir@qti.qualcomm.com>2022-01-21 07:31:50 +0530
committerArchana Sriram <c_apsrir@qti.qualcomm.com>2022-01-21 07:42:20 +0530
commit600f643356a6cfd72fc7fad1d6c998406b0f3299 (patch)
treeea9c05c056d9ff7de8ed727fac917bc6c481f456
parent5a2fa981bf1a40f576621c1ffd2e51a4152789b3 (diff)
downloaddevicetree-600f643356a6cfd72fc7fad1d6c998406b0f3299.tar.gz
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
-rw-r--r--qcom/qm215-pm8916.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/qcom/qm215-pm8916.dtsi b/qcom/qm215-pm8916.dtsi
index 13797f13..9011107e 100644
--- a/qcom/qm215-pm8916.dtsi
+++ b/qcom/qm215-pm8916.dtsi
@@ -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";