suspend: dts: solve system with the 32bit can not enter suspend state issue
authorzhiqiang.liang <zhiqiang.liang@amlogic.com>
Mon, 22 Oct 2018 09:31:50 +0000 (17:31 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 22 Oct 2018 10:29:03 +0000 (03:29 -0700)
PD#SWPL-495

problem:
Android P mainline 32bit can not enter suspend

solution:
modify the system sleep parameter

verify:
p321

Change-Id: I1ca5ee2043416c53e3301f5778a8ae8944292fc4
Signed-off-by: zhiqiang.liang <zhiqiang.liang@amlogic.com>
arch/arm/boot/dts/amlogic/mesontxl.dtsi

index 317228f..be4c888 100644 (file)
 
                        SYSTEM_SLEEP_0: system-sleep-0 {
                                compatible = "arm,idle-state";
-                               arm,psci-suspend-param = <0x0010000>;
+                               arm,psci-suspend-param = <0x0020000>;
                                local-timer-stop;
                                entry-latency-us = <0x3fffffff>;
                                exit-latency-us = <0x40000000>;