diff mbox series

[v4,12/18] dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains

Message ID 20210910202640.980366-13-l.stach@pengutronix.de
State Not Applicable, archived
Headers show
Series i.MX8MM GPC improvements and BLK_CTRL driver | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Lucas Stach Sept. 10, 2021, 8:26 p.m. UTC
This adds the defines for the power domains provided by the DISP
blk-ctrl.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v4: Change naming to be consistent with the VPUBLK domains.
---
 include/dt-bindings/power/imx8mm-power.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Rob Herring (Arm) Sept. 16, 2021, 8:29 p.m. UTC | #1
On Fri, 10 Sep 2021 22:26:34 +0200, Lucas Stach wrote:
> This adds the defines for the power domains provided by the DISP
> blk-ctrl.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> v4: Change naming to be consistent with the VPUBLK domains.
> ---
>  include/dt-bindings/power/imx8mm-power.h | 5 +++++
>  1 file changed, 5 insertions(+)
> 

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

Patch

diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h
index 38b0a56fd7d0..648938f24c8e 100644
--- a/include/dt-bindings/power/imx8mm-power.h
+++ b/include/dt-bindings/power/imx8mm-power.h
@@ -23,4 +23,9 @@ 
 #define IMX8MM_VPUBLK_PD_G2		1
 #define IMX8MM_VPUBLK_PD_H1		2
 
+#define IMX8MM_DISPBLK_PD_CSI_BRIDGE	0
+#define IMX8MM_DISPBLK_PD_LCDIF		1
+#define IMX8MM_DISPBLK_PD_MIPI_DSI	2
+#define IMX8MM_DISPBLK_PD_MIPI_CSI	3
+
 #endif