mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: qcom: Update trip point 1 setting for anorak PMICs
Update the trip point 1 type setting to use passive instead of critical type since shutdown in handled in userspace level. Change-Id: Ief691f27c5db0232cb7778a970fa32ab62da8b4b
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
2663e5484e
commit
4c798975e8
@@ -345,7 +345,7 @@
|
||||
trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
@@ -372,7 +372,7 @@
|
||||
trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
pm8550b_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550b_trip2: trip2 {
|
||||
@@ -222,7 +222,7 @@
|
||||
trip1 {
|
||||
temperature = <135000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
pm8550ve_f_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550ve_f_trip2: trip2 {
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
pm8550vs_c_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_c_trip2: trip2 {
|
||||
@@ -150,7 +150,7 @@
|
||||
pm8550vs_d_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_d_trip2: trip2 {
|
||||
@@ -178,7 +178,7 @@
|
||||
pm8550vs_e_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_e_trip2: trip2 {
|
||||
@@ -206,7 +206,7 @@
|
||||
pm8550vs_g_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_g_trip2: trip2 {
|
||||
|
||||
@@ -243,7 +243,7 @@
|
||||
pmxr2230_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pmxr2230_trip2: trip2 {
|
||||
|
||||
Reference in New Issue
Block a user