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

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

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

parents 99c5f2ac 6db80b97
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 {