From c22846291f68db62bed351e64f678923b6a6291e Mon Sep 17 00:00:00 2001 From: Gustavo Solaira Date: Fri, 12 Oct 2018 10:57:28 -0700 Subject: [PATCH] ARM: dts: msm: Set correct thermal threshold for msm8996 CV2X Set the correct hotplug and reset thresholds for the thermal driver for msm8996 CV2X. Change-Id: Icd403cb12aed3c7b13b42a31830a526b64fb77fe Signed-off-by: Gustavo Solaira --- arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi index 5a266cd9cf62..34083ecbefdb 100644 --- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi @@ -573,3 +573,11 @@ qcom,thermal-node; }; }; + +&soc { + qcom,msm-thermal { + qcom,hotplug-temp = <115>; + qcom,hotplug-temp-hysteresis = <25>; + qcom,therm-reset-temp = <119>; + }; +};