Commit 10518bb1 authored by Amit Kucheria's avatar Amit Kucheria Committed by 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: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent bc3ac5d2
...@@ -270,12 +270,7 @@ trips { ...@@ -270,12 +270,7 @@ trips {
cam_alert0: trip-point@0 { cam_alert0: trip-point@0 {
temperature = <75000>; temperature = <75000>;
hysteresis = <2000>; hysteresis = <2000>;
type = "passive"; type = "hot";
};
cam_crit: cam_crit {
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment