From 7db7b254415e2b6378bb1e965de5d3fbbc0d8486 Mon Sep 17 00:00:00 2001 From: David Collins Date: Mon, 24 Feb 2020 16:24:27 -0800 Subject: [PATCH] ARM: dts: msm: set PMIC thermal zone trip points to critical for Lahaina Change the type of all trip1 and trip2 PMIC temperature alarm trip points from "passive" to "critical". This ensures that immediate action is taken if these temperatures are reached. Change-Id: I23370f63647f84875556e86b309478cd9ec2fb5c --- qcom/pm8350.dtsi | 4 ++-- qcom/pm8350b.dtsi | 4 ++-- qcom/pm8350c.dtsi | 4 ++-- qcom/pmr735a.dtsi | 4 ++-- qcom/pmr735b.dtsi | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qcom/pm8350.dtsi b/qcom/pm8350.dtsi index 1b79409a..f833cdfc 100644 --- a/qcom/pm8350.dtsi +++ b/qcom/pm8350.dtsi @@ -48,13 +48,13 @@ pm8350_trip1: trip1 { temperature = <115000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; pm8350_trip2: trip2 { temperature = <145000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; }; }; diff --git a/qcom/pm8350b.dtsi b/qcom/pm8350b.dtsi index fe1afe65..e6a21d80 100644 --- a/qcom/pm8350b.dtsi +++ b/qcom/pm8350b.dtsi @@ -166,13 +166,13 @@ pm8350b_trip1: trip1 { temperature = <115000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; pm8350b_trip2: trip2 { temperature = <145000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; }; }; diff --git a/qcom/pm8350c.dtsi b/qcom/pm8350c.dtsi index 83b162e6..14ee3081 100644 --- a/qcom/pm8350c.dtsi +++ b/qcom/pm8350c.dtsi @@ -198,13 +198,13 @@ pm8350c_trip1: trip1 { temperature = <115000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; pm8350c_trip2: trip2 { temperature = <145000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; }; }; diff --git a/qcom/pmr735a.dtsi b/qcom/pmr735a.dtsi index 3e8ca911..d1459e15 100644 --- a/qcom/pmr735a.dtsi +++ b/qcom/pmr735a.dtsi @@ -48,13 +48,13 @@ pmr735a_trip1: trip1 { temperature = <115000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; pmr735a_trip2: trip2 { temperature = <145000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; }; }; diff --git a/qcom/pmr735b.dtsi b/qcom/pmr735b.dtsi index b1050bf0..50f05e4a 100644 --- a/qcom/pmr735b.dtsi +++ b/qcom/pmr735b.dtsi @@ -48,13 +48,13 @@ pmr735b_trip1: trip1 { temperature = <115000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; pmr735b_trip2: trip2 { temperature = <145000>; hysteresis = <0>; - type = "passive"; + type = "critical"; }; }; };