From 28050c612894e7c4bb71952990d4508e602c0240 Mon Sep 17 00:00:00 2001 From: "zhiqiang.liang" Date: Mon, 22 Oct 2018 17:31:50 +0800 Subject: [PATCH] suspend: dts: solve system with the 32bit can not enter suspend state issue 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 --- arch/arm/boot/dts/amlogic/mesontxl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/amlogic/mesontxl.dtsi b/arch/arm/boot/dts/amlogic/mesontxl.dtsi index 317228f..be4c888 100644 --- a/arch/arm/boot/dts/amlogic/mesontxl.dtsi +++ b/arch/arm/boot/dts/amlogic/mesontxl.dtsi @@ -108,7 +108,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>; -- 2.7.4