From f8180a6cb378839df965a7e0c71291caa886281e Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 4 Aug 2017 18:29:23 +0800 Subject: imx8mq: enable all PUs power until all PUs power on/off function ready As there are too many difference between each PU's power on/off flow, here enable all PUs power until all modules' power on/off function ready and tested, then we will enable this PU PGC feature. Signed-off-by: Anson Huang --- plat/freescale/imx8mq/gpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plat/freescale/imx8mq/gpc.c') diff --git a/plat/freescale/imx8mq/gpc.c b/plat/freescale/imx8mq/gpc.c index 66323487..26755c0a 100644 --- a/plat/freescale/imx8mq/gpc.c +++ b/plat/freescale/imx8mq/gpc.c @@ -443,6 +443,8 @@ static void imx_gpc_pm_domain_enable(uint32_t domain_id, uint32_t on) uint32_t val; uintptr_t reg; + return; + /* * PCIE1 and PCIE2 share the same reset signal, if we power down * PCIE2, PCIE1 will be hold in reset too. -- cgit v1.2.3