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

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

Merge "spyro: dts: improve the discharging thermal threthold to 55 degree"

parents 11e648c2 81b31241
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@
				type = "passive";
			};

			quiet_439_batt_trip6_mdm_trip3: quiet-bt-trp6-mdm-trp3 {
			quiet_modem_439_trip3: quiet-modem-trp3 {
				temperature = <48000>;
				hysteresis = <2000>;
				type = "passive";
@@ -954,8 +954,8 @@
				type = "passive";
			};

			quiet_batt_439_trip7: quiet-batt-trip7 {
				temperature = <50000>;
			quiet_batt_439_trip6: quiet-batt-trip6 {
				temperature = <55000>;
				hysteresis = <2000>;
				type = "passive";
			};
@@ -1016,7 +1016,7 @@
			};

			modem_lvl2 {
				trip = <&quiet_439_batt_trip6_mdm_trip3>;
				trip = <&quiet_modem_439_trip3>;
				cooling-device = <&modem_pa 2 2>;
			};

@@ -1051,14 +1051,10 @@
			};

			battery_lvl6 {
				trip = <&quiet_439_batt_trip6_mdm_trip3>;
				trip = <&quiet_batt_439_trip6>;
				cooling-device = <&pm660_charger 6 6>;
			};

			battery_lvl7 {
				trip = <&quiet_batt_439_trip7>;
				cooling-device = <&pm660_charger 7 7>;
			};
		};
	};
};