From: Hong Guo Date: Tue, 10 Sep 2019 05:40:39 +0000 (+0800) Subject: suspend: gxm can not enter suspend state issue [1/2] X-Git-Tag: hardkernel-4.9.236-104~677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92ab5a72f41139c11e9283a13c8ec7752d6f94e4;p=platform%2Fkernel%2Flinux-amlogic.git suspend: gxm can not enter suspend state issue [1/2] PD#SWPL-13523 Problem: gxm can't enter suspend Solution: modify the system sleep parameter Verify: gxm_q201 Change-Id: I697f03170a56925aa0fdb2160340cc0d480623a8 Signed-off-by: Hong Guo --- diff --git a/arch/arm/boot/dts/amlogic/mesongxm.dtsi b/arch/arm/boot/dts/amlogic/mesongxm.dtsi index e960b37..7976c6a 100644 --- a/arch/arm/boot/dts/amlogic/mesongxm.dtsi +++ b/arch/arm/boot/dts/amlogic/mesongxm.dtsi @@ -212,7 +212,7 @@ */ SYSTEM_SLEEP_0: system-sleep-0 { compatible = "arm,idle-state"; - arm,psci-suspend-param = <0x1010000>; + arm,psci-suspend-param = <0x1020000>; local-timer-stop; entry-latency-us = <0x3fffffff>; exit-latency-us = <0x40000000>; diff --git a/arch/arm64/boot/dts/amlogic/mesongxm.dtsi b/arch/arm64/boot/dts/amlogic/mesongxm.dtsi index 578949c..493e4f4 100644 --- a/arch/arm64/boot/dts/amlogic/mesongxm.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesongxm.dtsi @@ -212,7 +212,7 @@ */ SYSTEM_SLEEP_0: system-sleep-0 { compatible = "arm,idle-state"; - arm,psci-suspend-param = <0x1010000>; + arm,psci-suspend-param = <0x1020000>; local-timer-stop; entry-latency-us = <0x3fffffff>; exit-latency-us = <0x40000000>;