From 0d6f7ad150169ffc2b238e4f76c03d9fbfc468e3 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Fri, 17 Apr 2020 15:01:18 +0800 Subject: MLK-23805-01 plat: imx8mp: Correct the MU IRQ mask reg offset Correct the GPC IMR register offset of MU IRQ mask. Signed-off-by: Jacky Bai Reviewed-by: Anson Huang --- plat/imx/imx8m/imx8mp/gpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/imx/imx8m/imx8mp/gpc.c b/plat/imx/imx8m/imx8mp/gpc.c index 4556b80c..471311e3 100644 --- a/plat/imx/imx8m/imx8mp/gpc.c +++ b/plat/imx/imx8m/imx8mp/gpc.c @@ -188,7 +188,7 @@ void imx_set_sys_wakeup(unsigned int last_core, bool pdn) /* enable the MU wakeup */ if (imx_m4_lpa_active()) - mmio_clrbits_32(IMX_GPC_BASE + gpc_imr_offset[last_core] + 0x8, BIT(24)); + mmio_clrbits_32(gpc_imr_offset[last_core] + 0x8, BIT(24)); } static void imx_gpc_hwirq_mask(unsigned int hwirq) -- cgit v1.2.3