From 441507f17e70cb23ca93c69e4fd21f9577d98518 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Fri, 23 Jun 2017 16:22:40 +0800 Subject: 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 --- include/soc/imx/fsl_sip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/soc') 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 -- cgit v1.2.3