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

Commit b942ff22 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update thermal zone thresholds for sdm670



Update various thermal zone thresholds including skin based cpu
mitigation rule, modem mitigation rule, battery mitigation rule etc.
for sdm670 based on latest recommendation.

Change-Id: Id575844aa0248456f23db1e850c0ed218aff5035
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent d8136467
Loading
Loading
Loading
Loading
+8 −17
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -395,27 +395,22 @@

		trips {
			batt_trip1: batt-trip1 {
				temperature = <40000>;
				hysteresis = <2000>;
				temperature = <50000>;
				hysteresis = <4000>;
				type = "passive";
			};
			batt_trip2: batt-trip2 {
				temperature = <45000>;
				temperature = <52000>;
				hysteresis = <2000>;
				type = "passive";
			};
			batt_trip3: batt-trip3 {
				temperature = <48000>;
				hysteresis = <3000>;
				type = "passive";
			};
			batt_trip4: batt-trip4 {
				temperature = <50000>;
				temperature = <54000>;
				hysteresis = <2000>;
				type = "passive";
			};
			batt_trip5: batt-trip5 {
				temperature = <52000>;
			batt_trip4: batt-trip4 {
				temperature = <56000>;
				hysteresis = <2000>;
				type = "passive";
			};
@@ -432,14 +427,10 @@
			};
			battery_lvl3 {
				trip = <&batt_trip3>;
				cooling-device = <&pm660_charger 3 3>;
				cooling-device = <&pm660_charger 4 4>;
			};
			battery_lvl4 {
				trip = <&batt_trip4>;
				cooling-device = <&pm660_charger 4 4>;
			};
			battery_lvl5 {
				trip = <&batt_trip5>;
				cooling-device = <&pm660_charger 5 5>;
			};
		};
+9 −9
Original line number Diff line number Diff line
@@ -584,12 +584,12 @@

		trips {
			gold_trip0: gold-trip0 {
				temperature = <45000>;
				temperature = <47000>;
				hysteresis = <0>;
				type = "passive";
			};
			silver_trip1: silver-trip1 {
				temperature = <50000>;
				temperature = <52000>;
				hysteresis = <0>;
				type = "passive";
			};
@@ -645,23 +645,23 @@

		trips {
			modem_trip0: modem-trip0 {
				temperature = <44000>;
				temperature = <48000>;
				hysteresis = <4000>;
				type = "passive";
			};
			modem_trip1: modem-trip1 {
				temperature = <46000>;
				hysteresis = <3000>;
				temperature = <50000>;
				hysteresis = <4000>;
				type = "passive";
			};
			modem_trip2: modem-trip2 {
				temperature = <48000>;
				hysteresis = <3000>;
				temperature = <52000>;
				hysteresis = <2000>;
				type = "passive";
			};
			modem_trip3: modem-trip3 {
				temperature = <55000>;
				hysteresis = <5000>;
				temperature = <56000>;
				hysteresis = <4000>;
				type = "passive";
			};
		};