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: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
Amit Kucheria 2019-03-29 15:42:19 +05:30 committed by Andy Gross
parent bc3ac5d251
commit 10518bb159

View File

@ -270,12 +270,7 @@ trips {
cam_alert0: trip-point@0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cam_crit: cam_crit {
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
type = "hot";
};
};
};