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

Commit fb8e3a7e authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: enable gpu cooling device mitigation for LAGOON

Enable gpu cooling device mitigation for gpu junction temperature
thermal zone and CX failsafe thermal zone for LAGOON.

Change-Id: I5af1e2616d6cbc109d019c860bbbf1bf9ed3e12b
parent edd59c10
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -676,6 +676,14 @@
				type = "passive";
			};
		};

		cooling-maps {
			gpu_cdev {
				trip = <&gpu_trip0>;
				cooling-device = <&msm_gpu THERMAL_NO_LIMIT
							THERMAL_NO_LIMIT>;
			};
		};
	};

	cpu-0-0-step {
@@ -946,6 +954,12 @@
				cooling-device = <&msm_npu THERMAL_MAX_LIMIT
							THERMAL_MAX_LIMIT>;
			};

			gpu-cdev {
				trip = <&q6_hvx_trip1>;
				cooling-device = <&msm_gpu (THERMAL_MAX_LIMIT-1)
							(THERMAL_MAX_LIMIT-1)>;
			};
		};
	};