From 102d081b3f9ac569cdff760ac7c7f7c402c3f5fe Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Mon, 10 Sep 2018 17:34:07 +0800 Subject: plat: imx8mm: fix the gpumix vpumix power down the GPU/VPU mix power off is skip in previous code, so correct to make sure GPU/VPU mix is actually power off. Signed-off-by: Bai Ping --- plat/imx/imx8mm/gpc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plat/imx/imx8mm/gpc.c b/plat/imx/imx8mm/gpc.c index df1cc266..f35eae38 100644 --- a/plat/imx/imx8mm/gpc.c +++ b/plat/imx/imx8mm/gpc.c @@ -820,9 +820,6 @@ static void imx_gpc_pm_domain_enable(uint32_t domain_id, uint32_t on) /* HSIOMIX has no PU bit, so skip for it */ if (domain_id != HSIOMIX) { - if (domain_id == GPUMIX || domain_id == VPUMIX) - return; - /* set the PGC bit */ val = mmio_read_32(IMX_GPC_BASE + pwr_domain->pgc_offset); val |= (1 << 0); -- cgit v1.2.3