ARM: dts: msm: Change thermal configuration settings for msm8996.

msm-core(EA in kernel part) is enabled for thermal monitoring feature.
It sets cpu tsens threshold independent of thermal SW but not really
using any thermal info in driver. So redundant threshold get sets which
causes wakable irq to fire in hibernation restore phase.
That abort's system wide suspend transition which eventually fail to
restore hibernation image.

To fix, set thermal configuration to new threshold.

Change-Id: I38cad5217c1196d3a804fa78570984e60427a94e
Signed-off-by: Atul Raut <araut@codeaurora.org>
This commit is contained in:
Atul Raut 2018-05-11 18:31:04 -07:00 committed by Gerrit - the friendly Code Review server
parent cca3c14ebe
commit 72c7b7b08e

View file

@ -2983,8 +2983,8 @@
qcom,msm-core@70000 {
compatible = "qcom,apss-core-ea";
reg = <0x70000 0x1000>;
qcom,low-hyst-temp = <10>;
qcom,high-hyst-temp = <5>;
qcom,low-hyst-temp = <100>;
qcom,high-hyst-temp = <100>;
qcom,polling-interval = <50>;
ea0: ea0 {