From 9f163a1164f69443baf43ddc9672c1dbe9e6c70e Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Fri, 4 Sep 2020 10:54:56 -0700 Subject: [PATCH] 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 --- qcom/pm8350.dtsi | 2 +- qcom/pm8350b.dtsi | 2 +- qcom/pm8350c.dtsi | 2 +- qcom/pmr735a.dtsi | 2 +- qcom/pmr735b.dtsi | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qcom/pm8350.dtsi b/qcom/pm8350.dtsi index f833cdfc..62e06704 100644 --- a/qcom/pm8350.dtsi +++ b/qcom/pm8350.dtsi @@ -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>; diff --git a/qcom/pm8350b.dtsi b/qcom/pm8350b.dtsi index c9110d28..b84ffeff 100644 --- a/qcom/pm8350b.dtsi +++ b/qcom/pm8350b.dtsi @@ -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>; diff --git a/qcom/pm8350c.dtsi b/qcom/pm8350c.dtsi index 18213cc1..4f73e63f 100644 --- a/qcom/pm8350c.dtsi +++ b/qcom/pm8350c.dtsi @@ -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>; diff --git a/qcom/pmr735a.dtsi b/qcom/pmr735a.dtsi index d1459e15..338d801b 100644 --- a/qcom/pmr735a.dtsi +++ b/qcom/pmr735a.dtsi @@ -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>; diff --git a/qcom/pmr735b.dtsi b/qcom/pmr735b.dtsi index 50f05e4a..420d0cd6 100644 --- a/qcom/pmr735b.dtsi +++ b/qcom/pmr735b.dtsi @@ -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>;