mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
committed by
Jianxin Pan
parent
50369c98b4
commit
17a672d3e8
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user