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

Commit be196d1c 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 battery skin mitigation thermal zone rule for SDM439"

parents 5780911a 66cc6aec
Loading
Loading
Loading
Loading
+37 −24
Original line number Diff line number Diff line
@@ -134,6 +134,26 @@
		thermal-governor = "step_wise";

		trips {
			quiet_batt_439_trip1: quiet-batt-trip1 {
				temperature = <38000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_batt_439_trip2: quiet-batt-trip2 {
				temperature = <40000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_batt_439_trip3: quiet-batt-trip3 {
				temperature = <42000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_batt_439_trip4: quiet-batt-trip4 {
				temperature = <44000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_modem_439_trip1: quiet-modem-trip0 {
				temperature = <44000>;
				hysteresis = <4000>;
@@ -144,19 +164,19 @@
				hysteresis = <4000>;
				type = "passive";
			};
			quiet_cpus_439_trip: quiet-cpus-trip {
				temperature = <48000>;
				hysteresis = <0>;
			quiet_batt_439_trip5: quiet-batt-trip5 {
				temperature = <46000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_modem_439_trip3: quiet-modem-trip2 {
			quiet_439_batt_trip6_mdm_trip3: quiet-bt-trp6-mdm-trp3 {
				temperature = <48000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_batt_439_trip1: quiet-batt-trip1 {
			quiet_cpus_439_trip: quiet-cpus-trip {
				temperature = <48000>;
				hysteresis = <4000>;
				hysteresis = <0>;
				type = "passive";
			};
			quiet_gpu_439_trip: quiet-gpu-trip {
@@ -164,32 +184,16 @@
				hysteresis = <0>;
				type = "passive";
			};
			quiet_batt_439_trip2: quiet-batt-trip2 {
			quiet_batt_439_trip7: quiet-batt-trip7 {
				temperature = <50000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_batt_439_trip3: quiet-batt-trip3 {
				temperature = <52000>;
				hysteresis = <2000>;
				type = "passive";
			};

			quiet_batt_439_trip4: quiet-batt-trip4 {
				temperature = <54000>;
				hysteresis = <2000>;
				type = "passive";
			};
			quiet_modem_439_trip4: quiet-modem-trip3 {
				temperature = <55000>;
				hysteresis = <5000>;
				type = "passive";
			};
			quiet_batt_439_trip5: quiet-batt-trip5 {
				temperature = <56000>;
				hysteresis = <2000>;
				type = "passive";
			};
		};

		cooling-maps {
@@ -254,7 +258,7 @@
				cooling-device = <&modem_pa 1 1>;
			};
			modem_lvl2 {
				trip = <&quiet_modem_439_trip3>;
				trip = <&quiet_439_batt_trip6_mdm_trip3>;
				cooling-device = <&modem_pa 2 2>;
			};
			modem_lvl3 {
@@ -281,6 +285,15 @@
				trip = <&quiet_batt_439_trip5>;
				cooling-device = <&pmi632_charger 5 5>;
			};
			battery_lvl6 {
				trip = <&quiet_439_batt_trip6_mdm_trip3>;
				cooling-device = <&pmi632_charger 6 6>;
			};
			battery_lvl7 {
				trip = <&quiet_batt_439_trip7>;
				cooling-device = <&pmi632_charger 7 7>;
			};

		};
	};