summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/imx/imx8mm/gpc.c3
1 files changed, 0 insertions, 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);