Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514fe716 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Update the PMIC die temperature config for PM/PMI8998



Update the PMIC die temperature sensor 145C threshold type from critical
to passive. PMIC hardware will trigger a shutdown action when this
threshold is reached, so defining the threshold as critical in HLOS to
shutdown is redundant.

Change-Id: I60674f5f17e3cef18e91e8732d0ea38222ad5361
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent e06ba2c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@
			pm8998_trip2: pm8998-trip2 {
				temperature = <145000>;
				hysteresis = <0>;
				type = "critical";
				type = "passive";
			};
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -883,7 +883,7 @@
			 pmi8998_trip2: pmi8998-trip2 {
				temperature = <145000>;
				hysteresis = <0>;
				type = "critical";
				type = "passive";
			};
		};
	};