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

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

Merge "ARM: dts: msm: Add a test thermal zone for SM8150"

parents 7c642429 157c5ee1
Loading
Loading
Loading
Loading
+46 −0
Original line number Diff line number Diff line
@@ -2630,4 +2630,50 @@
			};
		};
	};

	pop-mem-test {
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-sensors = <&tsens1 3>;
		thermal-governor = "step_wise";
		trips {
			pop_test_trip: pop-test-trip {
				temperature = <125000>;
				hysteresis = <0>;
				type = "passive";
			};
		};
		cooling-maps {
			pop_test_cdev0 {
				trip = <&pop_test_trip>;
				cooling-device =
					<&modem_pa THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
			pop_test_cdev1 {
				trip = <&pop_test_trip>;
				cooling-device =
					<&modem_proc THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
			pop_test_cdev2 {
				trip = <&pop_test_trip>;
				cooling-device =
					<&modem_current THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
			pop_test_cdev3 {
				trip = <&pop_test_trip>;
				cooling-device =
					<&modem_skin THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
			pop_test_cdev4 {
				trip = <&pop_test_trip>;
				cooling-device =
					<&mdss_mdp THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
		};
	};
};