summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2017-06-23 16:22:40 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit07ccc8c028f31a84d8cb6e3458dc3f0b49ecabe3 (patch)
treeb44950fcfe16d12f8d2d6e75403ed07bfecc7b64 /include/soc
parent47bcd5df43e3982ea4f3e092f8b68a8877c8bdf2 (diff)
MLK-15149-01 driver: soc: add gpc power domain support on i.mx8mq
Add generic power domain driver support on i.mx8mq. The power domain on/off operations need to use the SIP service call to trap into secure monitor to handle it. Signed-off-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx/fsl_sip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/imx/fsl_sip.h b/include/soc/imx/fsl_sip.h
index 8317acd599ea..d865daf5094a 100644
--- a/include/soc/imx/fsl_sip.h
+++ b/include/soc/imx/fsl_sip.h
@@ -14,5 +14,6 @@
#define FSL_SIP_CONFIG_GPC_MASK 0x00
#define FSL_SIP_CONFIG_GPC_UNMASK 0x01
#define FSL_SIP_CONFIG_GPC_SET_WAKE 0x02
+#define FSL_SIP_CONFIG_GPC_PM_DOMAIN 0x03
#endif