summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8916.dtsi
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2019-03-29 15:42:19 +0530
committerAndy Gross <agross@kernel.org>2019-04-09 23:08:17 -0500
commit10518bb1594066f7e894832e3cec9306e2d90f22 (patch)
tree70999779296d4e8a8ee9eea66bdf785373813ed7 /arch/arm64/boot/dts/qcom/msm8916.dtsi
parentbc3ac5d25195fb8e91aa5d6b310ee035aba889f3 (diff)
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>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916.dtsi')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index ea734b98ec96..e4b1010f70b6 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -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";
};
};
};