mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: qcom: Update trip point 1 setting for Kalama PMICs
Update the trip point 1 setting to use passive instead of critical type since shutdown in handled in userspace level. Change-Id: Ic57747d6850490bac25ce9dea3d9b532d8c219c0
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
@@ -315,7 +315,7 @@
|
||||
trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
|
||||
@@ -243,7 +243,7 @@
|
||||
pm8550_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550_trip2: trip2 {
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
pm8550b_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550b_trip2: trip2 {
|
||||
@@ -227,7 +227,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 {
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
pm8550vs_c_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_c_trip2: trip2 {
|
||||
@@ -148,7 +148,7 @@
|
||||
pm8550vs_d_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_d_trip2: trip2 {
|
||||
@@ -176,7 +176,7 @@
|
||||
pm8550vs_e_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_e_trip2: trip2 {
|
||||
@@ -204,7 +204,7 @@
|
||||
pm8550vs_g_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8550vs_g_trip2: trip2 {
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
pmr735d_k_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pmr735d_k_trip2: trip2 {
|
||||
@@ -98,7 +98,7 @@
|
||||
pmr735d_l_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "critical";
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pmr735d_l_trip2: trip2 {
|
||||
|
||||
Reference in New Issue
Block a user