suspend: dts: solve ampere with the kernel 32bit can not enter suspend state issue

PD#SWPL-568

problem:
Ampere P mainline 32bit suspend,the serial port keeps printing

solution:
modify the system sleep parameter

verify:
p212

Change-Id: Id0827c09741a91b1fad8edcac603997e5bfd2880
Signed-off-by: zhiqiang.liang <zhiqiang.liang@amlogic.com>
This commit is contained in:
zhiqiang.liang
2018-10-17 09:24:07 +08:00
committed by Jianxin Pan
parent 50369c98b4
commit 17a672d3e8

View File

@@ -103,7 +103,7 @@
*/
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>;