From 72c7b7b08e2fc3a28fd69fbae4de98a48acfaaa0 Mon Sep 17 00:00:00 2001 From: Atul Raut Date: Fri, 11 May 2018 18:31:04 -0700 Subject: 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 --- arch/arm/boot/dts/qcom/msm8996.dtsi | 4 ++-- 1 file 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 { -- cgit v1.2.3