Commit 10518bb1 authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross
Browse files

arm64: dts: msm8916: thermal: Convert camera trip type to hot



We don't have any cooling-devices related to the camera. Use the "hot"
trip type so allow the temperature to be exported to userspace and
remove the "critical" trip.

Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent bc3ac5d2
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -270,12 +270,7 @@
				cam_alert0: trip-point@0 {
					temperature = <75000>;
					hysteresis = <2000>;
					type = "passive";
				};
				cam_crit: cam_crit {
					temperature = <95000>;
					hysteresis = <2000>;
					type = "critical";
					type = "hot";
				};
			};
		};