aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/rddanielxlr/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/rddanielxlr/include/platform_def.h')
-rw-r--r--plat/arm/board/rddanielxlr/include/platform_def.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/plat/arm/board/rddanielxlr/include/platform_def.h b/plat/arm/board/rddanielxlr/include/platform_def.h
index 112b2102b..3c848750b 100644
--- a/plat/arm/board/rddanielxlr/include/platform_def.h
+++ b/plat/arm/board/rddanielxlr/include/platform_def.h
@@ -17,8 +17,12 @@
#define PLAT_CSS_MHU_BASE UL(0x45400000)
#define PLAT_MHUV2_BASE PLAT_CSS_MHU_BASE
-#define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2
-#define PLAT_MAX_PWR_LVL ARM_PWR_LVL1
+#define PLAT_CORE_PWR_LVL ARM_PWR_LVL0
+#define PLAT_CLUSTER_PWR_LVL ARM_PWR_LVL1
+#define PLAT_SYSTEM_PWR_LVL ARM_PWR_LVL2
+
+#define PLAT_MIN_PWR_LVL PLAT_CORE_PWR_LVL
+#define PLAT_MAX_PWR_LVL PLAT_CLUSTER_PWR_LVL
/* Virtual address used by dynamic mem_protect for chunk_base */
#define PLAT_ARM_MEM_PROTEC_VA_FRAME UL(0xC0000000)