suspend: gxm can not enter suspend state issue [1/2]
authorHong Guo <hong.guo@amlogic.com>
Tue, 10 Sep 2019 05:40:39 +0000 (13:40 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Wed, 11 Sep 2019 06:22:07 +0000 (23:22 -0700)
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 <hong.guo@amlogic.com>
arch/arm/boot/dts/amlogic/mesongxm.dtsi
arch/arm64/boot/dts/amlogic/mesongxm.dtsi

index e960b37..7976c6a 100644 (file)
 */
                        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>;
index 578949c..493e4f4 100644 (file)
 */
                        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>;