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

Commit ad6cbc88 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents af7c7ad5 b942ff22
Loading
Loading
Loading
Loading
+7 −16
Original line number Diff line number Diff line
@@ -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";
			};
		};