summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2017-06-23 16:22:40 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:13 +0800
commit441507f17e70cb23ca93c69e4fd21f9577d98518 (patch)
treeac992d675ae0b555cc8a9261636063283b021658 /include/soc
parent7085b48164dcc2e85442a1230dc863525423a83c (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