summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-03-22 15:30:44 +0800
committerPeng Fan <peng.fan@nxp.com>2020-04-09 10:35:39 +0800
commitb96f149d2f0e5372d0d20d45ff18d3e0fd3a91a6 (patch)
treef20133c38ef8c87f79b2afa4e3fadd5d35f5ff5a /include/dt-bindings
parent189e62437de43a4721343d092c1015c07b39053c (diff)
MLK-23754-9 reset: imx7: add the M4 core reset for i.MX8MQ
Add the M4 core reset for i.MX8MQ, then we could use reset API to start/stop M4. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/reset/imx8mq-reset.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/imx8mq-reset.h b/include/dt-bindings/reset/imx8mq-reset.h
index 2a04e9cffde1..47cc7f086cc6 100644
--- a/include/dt-bindings/reset/imx8mq-reset.h
+++ b/include/dt-bindings/reset/imx8mq-reset.h
@@ -60,7 +60,10 @@
#define IMX8MQ_RESET_DDRC2_PHY_RESET 49 /* i.MX8MM does NOT support */
#define IMX8MQ_RESET_PCIE_CTRL_APPS_CLK_REQ 50 /* i.MX8M PCIe CTL CLK REQ */
#define IMX8MQ_RESET_PCIE2_CTRL_APPS_CLK_REQ 51 /* i.MX8M PCIe CTL CLK REQ */
+#define IMX8MQ_RESET_SW_M4C_RST 52
+#define IMX8MQ_RESET_SW_M4P_RST 53
+#define IMX8MQ_RESET_M4_ENABLE 54
-#define IMX8MQ_RESET_NUM 52
+#define IMX8MQ_RESET_NUM 55
#endif