提交 10518bb1 编写于 作者: A Amit Kucheria 提交者: Andy Gross

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: NAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: NAndy Gross <agross@kernel.org>
上级 bc3ac5d2
......@@ -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";
};
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册