summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/hisilicon/hikey/hikey_topology.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/hisilicon/hikey/hikey_topology.c b/plat/hisilicon/hikey/hikey_topology.c
index 37ea20ad..95948b8d 100644
--- a/plat/hisilicon/hikey/hikey_topology.c
+++ b/plat/hisilicon/hikey/hikey_topology.c
@@ -18,8 +18,10 @@ const unsigned char hikey_power_domain_tree_desc[] = {
1,
/* Number of clusters */
PLATFORM_CLUSTER_COUNT,
- /* Number of CPU cores */
- PLATFORM_CORE_COUNT
+ /* Number of children for the first cluster node */
+ PLATFORM_CORE_COUNT_PER_CLUSTER,
+ /* Number of children for the second cluster node */
+ PLATFORM_CORE_COUNT_PER_CLUSTER,
};
/*******************************************************************************