aboutsummaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey960/hikey960_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/hisilicon/hikey960/hikey960_setup.c')
-rw-r--r--plat/hisilicon/hikey960/hikey960_setup.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/plat/hisilicon/hikey960/hikey960_setup.c b/plat/hisilicon/hikey960/hikey960_setup.c
index 7d6e0d97a..55f8b8eb6 100644
--- a/plat/hisilicon/hikey960/hikey960_setup.c
+++ b/plat/hisilicon/hikey960/hikey960_setup.c
@@ -28,9 +28,14 @@ const unsigned char hikey960_power_domain_tree_desc[] = {
/* Number of clusters */
PLATFORM_CLUSTER_COUNT,
/* Number of children for the first cluster node */
- PLATFORM_CORE_COUNT_PER_CLUSTER,
+ PLATFORM_CORE_COUNT_PER_CLUSTER
+ /*
+ * TODO: Re-enable this code once power management issues on Hikey [1]
+ * are resolved.
+ * [1] https://bugs.96boards.org/show_bug.cgi?id=783
+ */
/* Number of children for the second cluster node */
- PLATFORM_CORE_COUNT_PER_CLUSTER,
+ /* PLATFORM_CORE_COUNT_PER_CLUSTER, */
};