summaryrefslogtreecommitdiff
path: root/plat/imx/imx8m/include/gpc.h
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2020-09-25 10:36:49 +0800
committerJacky Bai <ping.bai@nxp.com>2020-10-23 18:04:53 +0800
commitf683b0a998ac870a1972591356842e6e5c458bf6 (patch)
tree6c208ecb418278a869b3e6845f8e799dd5faf19b /plat/imx/imx8m/include/gpc.h
parentd7d1788db782a7c960bddbf9d4cb442b0488d37b (diff)
MLK-24914-02 plat: imx8mp: Remove the wait mode workaround used on A0
The i.MX8MP A0 silicon will not be supported anymore, remove the wait mode workaround to make the cpuidle support more robust & simplify the code logic. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Jian Li <jian.li@nxp.com>
Diffstat (limited to 'plat/imx/imx8m/include/gpc.h')
-rw-r--r--plat/imx/imx8m/include/gpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8m/include/gpc.h b/plat/imx/imx8m/include/gpc.h
index 0968d7f9..441c6f98 100644
--- a/plat/imx/imx8m/include/gpc.h
+++ b/plat/imx/imx8m/include/gpc.h
@@ -84,7 +84,7 @@ void imx_noc_wrapper_pre_suspend(unsigned int proc_num);
void imx_noc_wrapper_post_resume(unsigned int proc_num);
bool imx_m4_lpa_active(void);
-#if defined(PLAT_imx8mq) || defined(PLAT_imx8mp)
+#if defined(PLAT_imx8mq)
void imx_gpc_set_a53_core_awake(uint32_t core_id);
void imx_gpc_core_wake(uint32_t cpumask);
#endif