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

Commit 6db80b97 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: qcom: Add gpu-skin-avg-step thermal zone for kona qrd

Add gpu-skin-avg-step thermal zone definition for kona. This thermal
zone will monitor the virtual sensor and mitigate GPU when threshold is
reached.

Change-Id: Ie9c3138f3d15707c4b3170d288315d09d0e31880
parent f7da4a27
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -734,6 +734,26 @@
			};
		};
	};

	gpu-skin-avg-step {
		polling-delay-passive = <1000>;
		polling-delay = <5000>;
		thermal-governor = "step_wise";
		trips {
			virt_trip: virt-trip {
				temperature = <64600>;
				hysteresis = <2000>;
				type = "passive";
			};
		};

		cooling-maps {
			gpu_cdev {
				trip = <&virt_trip>;
				cooling-device = <&msm_gpu 0 1>;
			};
		};
	};
};

&sdhc_2 {