Revert "ARM: dts: msm: Add a two second polling for PMIC alarm in lahaina"

This reverts commit 9f163a1164.
The two second polling could trigger a shutdown when there is spurious
high temperature read in ADC sensor.

Change-Id: I2aee6827ff7caefddd881dafb77e85646515b013
This commit is contained in:
Ram Chandrasekar
2020-09-11 14:33:49 -07:00
parent 67541e3c04
commit 71d7684d12
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
&thermal_zones {
pm8350_temp_alarm: pm8350_tz {
polling-delay-passive = <100>;
polling-delay = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
thermal-sensors = <&pm8350_tz>;

View File

@@ -223,7 +223,7 @@
&thermal_zones {
pm8350b_temp_alarm: pm8350b_tz {
polling-delay-passive = <100>;
polling-delay = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
thermal-sensors = <&pm8350b_tz>;

View File

@@ -230,7 +230,7 @@
&thermal_zones {
pm8350c_temp_alarm: pm8350c_tz {
polling-delay-passive = <100>;
polling-delay = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
thermal-sensors = <&pm8350c_tz>;

View File

@@ -34,7 +34,7 @@
&thermal_zones {
pmr735a_temp_alarm: pmr735a_tz {
polling-delay-passive = <100>;
polling-delay = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
thermal-sensors = <&pmr735a_tz>;

View File

@@ -34,7 +34,7 @@
&thermal_zones {
pmr735b_temp_alarm: pmr735b_tz {
polling-delay-passive = <100>;
polling-delay = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
thermal-sensors = <&pmr735b_tz>;