Commit a63db3ec authored by Leo Yan's avatar Leo Yan Committed by Haojian Zhuang
Browse files

hikey: fix for CPU topology



Fix for CPU topology so present the CPU core numbers for two clusters;
Base on this fixing, the PSCI can maintain correct power states.
Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 572e1413
......@@ -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,
};
/*******************************************************************************
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment