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>
This commit is contained in:
Gustavo Solaira 2018-10-12 10:57:28 -07:00
parent 2592658a93
commit c22846291f

View file

@ -573,3 +573,11 @@
qcom,thermal-node; qcom,thermal-node;
}; };
}; };
&soc {
qcom,msm-thermal {
qcom,hotplug-temp = <115>;
qcom,hotplug-temp-hysteresis = <25>;
qcom,therm-reset-temp = <119>;
};
};