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

Commit 4876147d authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Add GPU thermal config for QCS405



Add GPU thermal config for GPU junction temperature mitigation
for QCS405.

Change-Id: I868fc93e8591b9f56b05de2b0ec3e17f151acd04
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 3418a731
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -97,6 +97,9 @@
		/* CPU latency parameter */
		qcom,pm-qos-active-latency = <651>;

		/* Enable gpu cooling device */
		#cooling-cells = <2>;

		/* Power levels */
		qcom,gpu-pwrlevels {
			#address-cells = <1>;
+8 −0
Original line number Diff line number Diff line
@@ -234,6 +234,14 @@
				type = "passive";
			};
		};
		cooling-maps {
			gpu_cdev0 {
				trip = <&gpu_step_trip>;
				cooling-device =
					<&msm_gpu THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
		};
	};

	cpuss-0-step {