diff mbox series

[RFC,2/3] dt-bindings: reset: imx8mn: Add media blk_ctl reset IDs

Message ID 20201024162016.1003041-3-aford173@gmail.com (mailing list archive)
State New, archived
Headers show
Series clk: imx: Implement blk-ctl driver for i.MX8MN | expand

Commit Message

Adam Ford Oct. 24, 2020, 4:20 p.m. UTC
These will be used by the imx8mn for blk_ctl driver.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 include/dt-bindings/reset/imx8mn-reset.h | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Comments

Rob Herring Oct. 30, 2020, 6:30 p.m. UTC | #1
On Sat, 24 Oct 2020 11:20:14 -0500, Adam Ford wrote:
> These will be used by the imx8mn for blk_ctl driver.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> ---
>  include/dt-bindings/reset/imx8mn-reset.h | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/reset/imx8mn-reset.h b/include/dt-bindings/reset/imx8mn-reset.h
new file mode 100644
index 000000000000..89d402742b96
--- /dev/null
+++ b/include/dt-bindings/reset/imx8mn-reset.h
@@ -0,0 +1,22 @@ 
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2020 Compass Electronics Group, LLC
+ */
+
+#ifndef DT_BINDING_RESET_IMX8MN_H
+#define DT_BINDING_RESET_IMX8MN_H
+
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_DSI_PCLK	0
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_DSI_CLKREF	1
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_CSI_PCLK	2
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_CSI_ACLK	3
+#define IMX8MN_MEDIA_BLK_CTL_RESET_LCDIF_PIXEL	4
+#define IMX8MN_MEDIA_BLK_CTL_RESET_LCDIF_APB		5
+#define IMX8MN_MEDIA_BLK_CTL_RESET_ISI_PROC		6
+#define IMX8MN_MEDIA_BLK_CTL_RESET_ISI_APB		7
+#define IMX8MN_MEDIA_BLK_CTL_RESET_BUS_BLK		8
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_S_RESET	9
+#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_M_RESET	10
+#define IMX8MN_MEDIA_BLK_CTL_RESET_NUM		11
+
+#endif