diff options
author | Hongbo Zhang <hongbo.zhang@nxp.com> | 2016-08-19 17:20:33 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-14 14:08:04 -0700 |
commit | 214ffae02d03cd548549c6390eb9c19b9e6b085f (patch) | |
tree | 9f5ed896ea4a0735c3047905e1f41165744663d1 /include/configs/ls1021aqds.h | |
parent | d7b006393ec87e27c954523b592783ba7365c401 (diff) |
nxp: ls102xa: add LS1 PSCI system suspend
The deep sleep function of LS1 platform, is mapped into PSCI system
suspend function, this patch adds implementation of it.
Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1021aqds.h')
-rw-r--r-- | include/configs/ls1021aqds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 7a256da1f2..5aaecc718e 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -10,6 +10,7 @@ #define CONFIG_LS102XA #define CONFIG_ARMV7_PSCI_1_0 +#define CONFIG_LS1_DEEP_SLEEP #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR |