diff options
author | Patrick Wildt | 2019-10-03 15:51:50 +0200 |
---|---|---|
committer | Stefano Babic | 2019-10-08 16:36:36 +0200 |
commit | d08a194871fdf91b2ccdbaf02e35ed9443e0e170 (patch) | |
tree | 995ae6db6f1adff7d3af8ca8edbe5367706a5cba /include/imx_sip.h | |
parent | 6745dac4946656771d320ba6887e863ae64c8b3e (diff) |
imx: add support for i.MX8MQ power domain controller
Add support for the power domain controller that's used on the
i.MX8MQ. This will be needed to be able to power on the PCIe
controller. Bindings taken from Linux, driver implementation
taken from the i.MX8 power domain controller and adjusted for
the i.MX8M SoC.
Signed-off-by: Patrick Wildt <patrick@blueri.se>
Diffstat (limited to 'include/imx_sip.h')
-rw-r--r-- | include/imx_sip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/imx_sip.h b/include/imx_sip.h index fbb6c5ecdc8..139ff61b8ac 100644 --- a/include/imx_sip.h +++ b/include/imx_sip.h @@ -6,6 +6,9 @@ #ifndef _IMX_SIP_H__ #define _IMX_SIP_H_ +#define IMX_SIP_GPC 0xC2000000 +#define IMX_SIP_GPC_PM_DOMAIN 0x03 + #define IMX_SIP_SRC 0xC2000005 #define IMX_SIP_SRC_M4_START 0x00 #define IMX_SIP_SRC_M4_STARTED 0x01 |