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

Commit 6bd62eac authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: qcom: update skin thermal zone mitigation for BENGAL"

parents 2bb16f72 bfe1a553
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -1101,6 +1101,12 @@
		status = "disabled";

		trips {
			skin_batt_trip0: batt-trip0 {
				temperature = <39000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_modem_trip0: modem-trip0 {
				temperature = <40000>;
				hysteresis = <4000>;
@@ -1113,6 +1119,12 @@
				type = "passive";
			};

			skin_batt_trip1: batt-trip1 {
				temperature = <41000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_silver_trip: silver-trip {
				temperature = <41000>;
				hysteresis = <0>;
@@ -1131,12 +1143,24 @@
				type = "passive";
			};

			skin_batt_trip2: batt-trip2 {
				temperature = <43000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_gpu_trip: gpu-trip {
				temperature = <43000>;
				hysteresis = <0>;
				type = "passive";
			};

			skin_batt_trip3: batt-trip3 {
				temperature = <45000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_modem_trip3: modem-trip3 {
				temperature = <50000>;
				hysteresis = <5000>;
@@ -1199,6 +1223,26 @@
				trip = <&skin_modem_trip3>;
				cooling-device = <&modem_proc 3 3>;
			};

			batt_cdev1 {
				trip = <&skin_batt_trip0>;
				cooling-device = <&pmi632_charger 2 2>;
			};

			batt_cdev2 {
				trip = <&skin_batt_trip1>;
				cooling-device = <&pmi632_charger 4 4>;
			};

			batt_cdev3 {
				trip = <&skin_batt_trip2>;
				cooling-device = <&pmi632_charger 6 6>;
			};

			batt_cdev4 {
				trip = <&skin_batt_trip3>;
				cooling-device = <&pmi632_charger 7 7>;
			};
		};
	};
};