summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2022-01-22 18:54:57 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2022-01-22 18:54:57 -0800
commit6653fe72c08c8596f13eca6cedae7d568ccf1c1a (patch)
tree3ab4403a8393530615b0e66a4da6fc1e09f576b2
parent3e8ad257e3087cd378b201ae3d2b48806f7d205c (diff)
parent600f643356a6cfd72fc7fad1d6c998406b0f3299 (diff)
downloaddevicetree-6653fe72c08c8596f13eca6cedae7d568ccf1c1a.tar.gz
Merge "ARM: dts: msm: Set polling delay to zero for ADC thermistors on QM215"
-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";