dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains
authorLucas Stach <l.stach@pengutronix.de>
Sat, 2 Oct 2021 00:59:48 +0000 (02:59 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Oct 2021 06:36:20 +0000 (14:36 +0800)
This adds the defines for the power domains provided by the DISP
blk-ctrl.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
include/dt-bindings/power/imx8mm-power.h

index 38b0a56..648938f 100644 (file)
@@ -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