OSDN Git Service

ARM: dts: msm: Set correct thermal threshold for msm8996 CV2X
authorGustavo Solaira <gustavos@codeaurora.org>
Fri, 12 Oct 2018 17:57:28 +0000 (10:57 -0700)
committerGustavo Solaira <gustavos@codeaurora.org>
Fri, 12 Oct 2018 19:21:40 +0000 (12:21 -0700)
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>
arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi

index 5a266cd..34083ec 100644 (file)
                qcom,thermal-node;
        };
 };
+
+&soc {
+       qcom,msm-thermal {
+               qcom,hotplug-temp = <115>;
+               qcom,hotplug-temp-hysteresis = <25>;
+               qcom,therm-reset-temp = <119>;
+       };
+};