diff mbox series

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

Message ID 20201024162016.1003041-2-aford173@gmail.com
State Not Applicable, archived
Headers show
Series clk: imx: Implement blk-ctl driver for i.MX8MN | expand

Checks

Context Check Description
robh/checkpatch success

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/clock/imx8mn-clock.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Rob Herring Oct. 30, 2020, 6:30 p.m. UTC | #1
On Sat, 24 Oct 2020 11:20:13 -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/clock/imx8mn-clock.h | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 

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

Patch

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