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

Commit 03cd53ba 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 config for BENGAL"

parents bba610e9 3013484a
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
@@ -1101,6 +1101,12 @@
		status = "disabled";

		trips {
			skin_modem_trip0: modem-trip0 {
				temperature = <40000>;
				hysteresis = <4000>;
				type = "passive";
			};

			skin_gold_trip: gold-trip {
				temperature = <40000>;
				hysteresis = <0>;
@@ -1113,12 +1119,30 @@
				type = "passive";
			};

			skin_modem_trip1: modem-trip1 {
				temperature = <42000>;
				hysteresis = <4000>;
				type = "passive";
			};

			skin_modem_trip2: modem-trip2 {
				temperature = <43000>;
				hysteresis = <4000>;
				type = "passive";
			};

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

			skin_modem_trip3: modem-trip3 {
				temperature = <50000>;
				hysteresis = <5000>;
				type = "passive";
			};

			skin_hvx_trip: hvx-trip {
				temperature = <52000>;
				hysteresis = <4000>;
@@ -1150,6 +1174,31 @@
				cooling-device = <&cdsp_sw THERMAL_MAX_LIMIT
							THERMAL_MAX_LIMIT>;
			};

			mdm_cdev0 {
				trip = <&skin_modem_trip0>;
				cooling-device = <&modem_proc 1 1>;
			};

			mdm_cdev1 {
				trip = <&skin_modem_trip1>;
				cooling-device = <&modem_pa 1 1>;
			};

			mdm_cdev2 {
				trip = <&skin_modem_trip2>;
				cooling-device = <&modem_pa 2 2>;
			};

			mdm_cdev3 {
				trip = <&skin_modem_trip3>;
				cooling-device = <&modem_pa 3 3>;
			};

			mdm_cdev4 {
				trip = <&skin_modem_trip3>;
				cooling-device = <&modem_proc 3 3>;
			};
		};
	};
};