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

Commit d3badbe6 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

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



This reverts commit 2f994ded.

Change-Id: I9a1fcf9174a8cc327a74d539315ed32d937423f8
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 452becbf
Loading
Loading
Loading
Loading
+0 −47
Original line number Original line Diff line number Diff line
@@ -2197,51 +2197,4 @@
			};
			};
		};
		};
	};
	};

	pop-mem-test {
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-sensors = <&tsens1 3>;
		thermal-governor = "step_wise";
		disable-thermal-zone;
		trips {
			pop_test_trip: pop-test-trip {
				temperature = <95000>;
				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>;
			};
		};
	};
};
};