From 17a672d3e8ee5d034a14231e09ab9b6925356c83 Mon Sep 17 00:00:00 2001 From: "zhiqiang.liang" Date: Wed, 17 Oct 2018 09:24:07 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/amlogic/mesongxl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/amlogic/mesongxl.dtsi b/arch/arm/boot/dts/amlogic/mesongxl.dtsi index 4252865b7ae8..3b47f09fbe90 100644 --- a/arch/arm/boot/dts/amlogic/mesongxl.dtsi +++ b/arch/arm/boot/dts/amlogic/mesongxl.dtsi @@ -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>;