summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2018-09-10 16:06:36 +0800
committerJun Nie <jun.nie@linaro.org>2018-09-10 16:06:36 +0800
commit0aa067dd5a9d04fee867cff7efd30d45e734c486 (patch)
treec1d25dfc728c37a5b662b468f668647fddcf699b
parentd6eb73f673fcd80f896d0c12bfb7831773d9d21a (diff)
warp7: fix platform name typo in comments
fix platform name typo in comments Signed-off-by: Jun Nie <jun.nie@linaro.org>
-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},