[RFC 1/3] dt-bindings: clock: imx8mn: Add media blk_ctl clock IDs

From: Adam Ford
Date: Sat Oct 24 2020 - 12:21:21 EST


These will be used by the imx8mn for blk_ctl driver.

Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
---
include/dt-bindings/clock/imx8mn-clock.h | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h
index 621ea0e87c67..2baaa2dccfd3 100644
--- a/include/dt-bindings/clock/imx8mn-clock.h
+++ b/include/dt-bindings/clock/imx8mn-clock.h
@@ -236,4 +236,15 @@

#define IMX8MN_CLK_END 215

+#define IMX8MN_CLK_MEDIA_BLK_CTL_MIPI_DSI_PCLK 0
+#define IMX8MN_CLK_MEDIA_BLK_CTL_MIPI_DSI_CLKREF 1
+#define IMX8MN_CLK_MEDIA_BLK_CTL_MIPI_CSI_PCLK 2
+#define IMX8MN_CLK_MEDIA_BLK_CTL_MIPI_CSI_ACLK 3
+#define IMX8MN_CLK_MEDIA_BLK_CTL_LCDIF_PIXEL 4
+#define IMX8MN_CLK_MEDIA_BLK_CTL_LCDIF_APB 5
+#define IMX8MN_CLK_MEDIA_BLK_CTL_ISI_PROC 6
+#define IMX8MN_CLK_MEDIA_BLK_CTL_ISI_APB 7
+#define IMX8MN_CLK_MEDIA_BLK_CTL_BUS_BLK 8
+#define IMX8MN_CLK_MEDIA_BLK_CTL_END 9
+
#endif
--
2.25.1