summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:05:21 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:05:21 +0800
commit08dcfadc9a22bdb8cd37bc1ce38bc98d202cd857 (patch)
tree16d9a0e21c69f77d63a53dda38b194ffc03c7743 /include/soc
parent433035eb79767026560cec744907792f1e3ea828 (diff)
parente09f1585c55551d496f1e0920342491dd93e8442 (diff)
Merge branch 'pm/next' into next
* pm/next: (54 commits) drivers/soc/fsl: add EPU FSM configuration for deep sleep fsl_pmc: update device bindings soc: fsl: add RCPM driver Documentation: dt: binding: fsl: Add 'little-endian' and update Chassis define MLK-22992 firmware: imx: scu-pd: fix wu_num ...
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx/imx_sip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/soc/imx/imx_sip.h b/include/soc/imx/imx_sip.h
new file mode 100644
index 000000000000..6b96b33c870e
--- /dev/null
+++ b/include/soc/imx/imx_sip.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright 2019 NXP
+ */
+
+#ifndef __IMX_SIP_H__
+#define __IMX_SIP_H__
+
+#define IMX_SIP_GPC 0xC2000000
+#define IMX_SIP_CONFIG_GPC_PM_DOMAIN 0x03
+
+#endif /* __IMX_SIP_H__ */