summaryrefslogtreecommitdiff
path: root/plat/nxp/board/warp7/warp7_pwr_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/nxp/board/warp7/warp7_pwr_state.c')
-rw-r--r--plat/nxp/board/warp7/warp7_pwr_state.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/plat/nxp/board/warp7/warp7_pwr_state.c b/plat/nxp/board/warp7/warp7_pwr_state.c
index abc3e56..8c0b035 100644
--- a/plat/nxp/board/warp7/warp7_pwr_state.c
+++ b/plat/nxp/board/warp7/warp7_pwr_state.c
@@ -33,7 +33,7 @@
#include <stddef.h>
/*
- * State IDs for local power states on Juno.
+ * State IDs for local power states on Warp7.
*/
#define WARP7_RUN_STATE_ID 0 /* Valid for CPUs and Clusters */
#define WARP7_RETENTION_STATE_ID 1 /* Valid for only CPUs */
@@ -55,11 +55,6 @@ static const plat_state_prop_t core_state_prop[] = {
{0},
};
-/*
- * The state property array with details of idle state possible
- * for the system. Currently Juno does not support CPU SUSPEND
- * at system power level.
- */
static const plat_state_prop_t system_state_prop[] = {
{WARP7_RETENTION_DEPTH, WARP7_RETENTION_STATE_ID, PSTATE_TYPE_STANDBY},
{WARP7_OFF_DEPTH, WARP7_OFF_STATE_ID, PSTATE_TYPE_POWERDOWN},