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:
parent
2592658a93
commit
c22846291f
1 changed files with 8 additions and 0 deletions
|
@ -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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue