summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-07-16 19:25:37 +0200
committerLucas Stach <l.stach@pengutronix.de>2021-07-21 22:25:59 +0200
commit89f0d23c71b728cd6f5123587fc1ce5fbac5da57 (patch)
treef1aeceaa62dbca1c8bebf583cf201b64d63398ec
parent2547389255d27594e9c157cd05c51b42c56dcc69 (diff)
downloadlinux-89f0d23c71b728cd6f5123587fc1ce5fbac5da57.tar.gz
linux-89f0d23c71b728cd6f5123587fc1ce5fbac5da57.tar.xz
dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains
This adds the defines for the power domains provided by the DISP blk-ctrl. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r--include/dt-bindings/power/imx8mm-power.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h
index 38b0a56fd7d0..d7f7cdb5200f 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_CSI_BRIDGE 0
+#define IMX8MM_DISPBLK_LCDIF 1
+#define IMX8MM_DISPBLK_MIPI_DSI 2
+#define IMX8MM_DISPBLK_MIPI_CSI 3
+
#endif