summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Raut <araut@codeaurora.org>2018-05-11 18:31:04 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-07-17 10:43:45 -0700
commit72c7b7b08e2fc3a28fd69fbae4de98a48acfaaa0 (patch)
tree75dc092673dd7fccd35b4f708390a1a8b96dca59
parentcca3c14ebe15507be913cbf771f90552608ab510 (diff)
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>
-rw-r--r--arch/arm/boot/dts/qcom/msm8996.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996.dtsi b/arch/arm/boot/dts/qcom/msm8996.dtsi
index c77d7fd9869c..95b100e10e5b 100644
--- a/arch/arm/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996.dtsi
@@ -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 {