summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2019-08-22 02:20:32 -0400
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:45:06 +0800
commit09d3bfdf8b5d15bfb23aa917e9bff641876c7d47 (patch)
tree9a51c72b326640deeb7680648bcb5f3453017934
parent6d73c7f3ae06752a6f2afd0815f436a3e8079c05 (diff)
dt-bindings: reset: imx7: add clkreq reset used by the l1ss on imx8m
Add the clkreq reset used by the L1SS feature on iMX8M Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
-rw-r--r--include/dt-bindings/reset/imx8mq-reset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/imx8mq-reset.h b/include/dt-bindings/reset/imx8mq-reset.h
index 9a301082d361..2a04e9cffde1 100644
--- a/include/dt-bindings/reset/imx8mq-reset.h
+++ b/include/dt-bindings/reset/imx8mq-reset.h
@@ -58,7 +58,9 @@
#define IMX8MQ_RESET_DDRC2_PRST 47 /* i.MX8MM does NOT support */
#define IMX8MQ_RESET_DDRC2_CORE_RESET 48 /* i.MX8MM does NOT support */
#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_NUM 50
+#define IMX8MQ_RESET_NUM 52
#endif