MLK-23754-23 soc: imx: sip: import M4 SRC call

Import M4 SRC call from TF-A

Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2020-03-29 21:38:17 +08:00
parent f960ed8a9f
commit ea81b0c50b
1 changed files with 5 additions and 0 deletions

View File

@ -9,4 +9,9 @@
#define IMX_SIP_GPC 0xC2000000
#define IMX_SIP_CONFIG_GPC_PM_DOMAIN 0x03
#define IMX_SIP_SRC 0xc2000005
#define IMX_SIP_SRC_M4_START 0x00
#define IMX_SIP_SRC_M4_STARTED 0x01
#define IMX_SIP_SRC_M4_STOP 0x02
#endif /* __IMX_SIP_H__ */