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

Add a two second polling for PMIC temperature alarm sensor to ensure the
software is in sync with hardware.

Change-Id: I5d0fc8eba6295b338252833581207d2ab189e33b
This commit is contained in:
Ram Chandrasekar
2020-09-04 10:54:56 -07:00
parent 0fa7983508
commit 9f163a1164
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 = <0>;
polling-delay = <2000>;
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 = <0>;
polling-delay = <2000>;
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 = <0>;
polling-delay = <2000>;
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 = <0>;
polling-delay = <2000>;
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 = <0>;
polling-delay = <2000>;
thermal-governor = "step_wise";
thermal-sensors = <&pmr735b_tz>;