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:
parent
cca3c14ebe
commit
72c7b7b08e
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue