[PATCH 3/5] dt-bindings: reset: imx8mm: Add media blk_ctl reset IDs
Marek Vasut
marex at denx.de
Sat Oct 3 18:45:53 EDT 2020
These will be used by the imx8mm for blk_ctl driver.
Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Abel Vesa <abel.vesa at nxp.com>
Cc: Dong Aisheng <aisheng.dong at nxp.com>
Cc: Fabio Estevam <festevam at gmail.com>
Cc: Guido Günther <agx at sigxcpu.org>
Cc: Lucas Stach <l.stach at pengutronix.de>
Cc: Rob Herring <robh+dt at kernel.org>
Cc: Shawn Guo <shawnguo at kernel.org>
Cc: NXP Linux Team <linux-imx at nxp.com>
Cc: devicetree at vger.kernel.org
---
include/dt-bindings/reset/imx8mm-reset.h | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 include/dt-bindings/reset/imx8mm-reset.h
diff --git a/include/dt-bindings/reset/imx8mm-reset.h b/include/dt-bindings/reset/imx8mm-reset.h
new file mode 100644
index 000000000000..1dda59d30c06
--- /dev/null
+++ b/include/dt-bindings/reset/imx8mm-reset.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2020 Marek Vasut <marex at denx.de>
+ */
+
+#ifndef DT_BINDING_RESET_IMX8MM_H
+#define DT_BINDING_RESET_IMX8MM_H
+
+#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_DSI_I_PRESET 0
+#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_M_RESET 1
+
+#define IMX8MM_MEDIA_BLK_CTL_RESET_NUM 2
+
+#endif
--
2.28.0
More information about the linux-arm-kernel
mailing list