From c6a3b2479299fc8261fa65b60fa5172d7f7887c7 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Thu, 26 Mar 2020 15:24:03 +0800 Subject: plat: imx8mp: imx8mp wait mode workaround Add the i.MX8MP workaround for wait mode just for Alpha release, this patch will be dropped in the future. Signed-off-by: Jacky Bai --- plat/imx/imx8m/include/gpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/imx/imx8m/include/gpc.h') diff --git a/plat/imx/imx8m/include/gpc.h b/plat/imx/imx8m/include/gpc.h index 441c6f98..0968d7f9 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) +#if defined(PLAT_imx8mq) || defined(PLAT_imx8mp) void imx_gpc_set_a53_core_awake(uint32_t core_id); void imx_gpc_core_wake(uint32_t cpumask); #endif -- cgit v1.2.3