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

Commit 482d6578 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add virtual thermal zone definition for SDM845"

parents 9b978413 b4392bfb
Loading
Loading
Loading
Loading
+23 −19
Original line number Diff line number Diff line
@@ -3228,44 +3228,48 @@
			};
		};

		gpu0-step {
		gpu-virt-max-step {
			polling-delay-passive = <10>;
			polling-delay = <0>;
			thermal-sensors = <&tsens0 11>;
			polling-delay = <100>;
			thermal-governor = "step_wise";
			trips {
				gpu0_trip: gpu0-trip {
				gpu_trip0: gpu-trip0 {
					temperature = <95000>;
					hysteresis = <0>;
					type = "passive";
				};
			};
			cooling-maps {
				gpu0_cdev {
					trip = <&gpu0_trip>;
				gpu_cdev0 {
					trip = <&gpu_trip0>;
					cooling-device =
						<&msm_gpu 1 THERMAL_NO_LIMIT>;
						<&msm_gpu 0 THERMAL_NO_LIMIT>;
				};
			};
		};

		gpu1-step {
			polling-delay-passive = <10>;
			polling-delay = <0>;
			thermal-sensors = <&tsens0 12>;
			thermal-governor = "step_wise";
		silver-virt-max-usr {
			polling-delay-passive = <100>;
			polling-delay = <100>;
			thermal-governor = "user_space";
			trips {
				gpu1_trip: gpu1-trip {
					temperature = <95000>;
				silver-trip {
					temperature = <120000>;
					hysteresis = <0>;
					type = "passive";
				};
			};
			cooling-maps {
				gpu1_cdev {
					trip = <&gpu1_trip>;
					cooling-device =
						<&msm_gpu 1 THERMAL_NO_LIMIT>;
		};

		gold-virt-max-usr {
			polling-delay-passive = <100>;
			polling-delay = <100>;
			thermal-governor = "user_space";
			trips {
				gold-trip {
					temperature = <120000>;
					hysteresis = <0>;
					type = "passive";
				};
			};
		};