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
This commit is contained in:
David Collins
2020-02-24 16:24:27 -08:00
parent 47e2b20a69
commit 7db7b25441
5 changed files with 10 additions and 10 deletions

View File

@@ -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";
};
};
};

View File

@@ -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";
};
};
};

View File

@@ -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";
};
};
};

View File

@@ -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";
};
};
};

View File

@@ -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";
};
};
};