summaryrefslogtreecommitdiff
path: root/plat/freescale/imx8mq/gpc.c
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-08-04 18:29:23 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-08-04 18:29:23 +0800
commitf8180a6cb378839df965a7e0c71291caa886281e (patch)
tree06668e5d5c1a7b93b4f81618617247ac7d86272a /plat/freescale/imx8mq/gpc.c
parentb106b018e4e2cf92006a2a51f444d4336eb0f9b0 (diff)
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 <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/freescale/imx8mq/gpc.c')
-rw-r--r--plat/freescale/imx8mq/gpc.c2
1 files changed, 2 insertions, 0 deletions
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.