diff options
| author | Gustavo Solaira <gustavos@codeaurora.org> | 2018-10-12 10:57:28 -0700 |
|---|---|---|
| committer | Gustavo Solaira <gustavos@codeaurora.org> | 2018-10-12 12:21:40 -0700 |
| commit | c22846291f68db62bed351e64f678923b6a6291e (patch) | |
| tree | d1857f87d182fe2b07ff9ccc474e76e7e1a91cf0 /arch | |
| parent | 2592658a93710a5c65353d3e4e3d08bc986e83b3 (diff) | |
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 <gustavos@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
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>; + }; +}; |
