summaryrefslogtreecommitdiff
authorHong Guo <hong.guo@amlogic.com>2019-09-10 05:40:39 (GMT)
committer Tao Zeng <tao.zeng@amlogic.com>2019-09-11 06:22:07 (GMT)
commit92ab5a72f41139c11e9283a13c8ec7752d6f94e4 (patch)
tree6c4c665d42eb2f6d9acd5fdd25fc4735a06064b7
parenteaa25b68eb1cf286497e619bf5b9ee90154f1df5 (diff)
downloadcommon-92ab5a72f41139c11e9283a13c8ec7752d6f94e4.zip
common-92ab5a72f41139c11e9283a13c8ec7752d6f94e4.tar.gz
common-92ab5a72f41139c11e9283a13c8ec7752d6f94e4.tar.bz2
suspend: gxm can not enter suspend state issue [1/2]
PD#SWPL-13523 Problem: gxm can't enter suspend Solution: modify the system sleep parameter Verify: gxm_q201 Change-Id: I697f03170a56925aa0fdb2160340cc0d480623a8 Signed-off-by: Hong Guo <hong.guo@amlogic.com>
Diffstat
-rw-r--r--arch/arm/boot/dts/amlogic/mesongxm.dtsi2
-rw-r--r--arch/arm64/boot/dts/amlogic/mesongxm.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/amlogic/mesongxm.dtsi b/arch/arm/boot/dts/amlogic/mesongxm.dtsi
index e960b37..7976c6a 100644
--- a/arch/arm/boot/dts/amlogic/mesongxm.dtsi
+++ b/arch/arm/boot/dts/amlogic/mesongxm.dtsi
@@ -212,7 +212,7 @@
*/
SYSTEM_SLEEP_0: system-sleep-0 {
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x1010000>;
+ arm,psci-suspend-param = <0x1020000>;
local-timer-stop;
entry-latency-us = <0x3fffffff>;
exit-latency-us = <0x40000000>;
diff --git a/arch/arm64/boot/dts/amlogic/mesongxm.dtsi b/arch/arm64/boot/dts/amlogic/mesongxm.dtsi
index 578949c..493e4f4 100644
--- a/arch/arm64/boot/dts/amlogic/mesongxm.dtsi
+++ b/arch/arm64/boot/dts/amlogic/mesongxm.dtsi
@@ -212,7 +212,7 @@
*/
SYSTEM_SLEEP_0: system-sleep-0 {
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x1010000>;
+ arm,psci-suspend-param = <0x1020000>;
local-timer-stop;
entry-latency-us = <0x3fffffff>;
exit-latency-us = <0x40000000>;