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-10-02 02:48:07 +0200
commit5456ac3ff157d7740ff030a195d8a43a4347e69e (patch)
treebe40dce3137ded25f36b30f4612b0f12c7393de6
parentf5fb59ab6300069a6e9e2950726c83fa68e7aef3 (diff)
downloadlinux-5456ac3ff157d7740ff030a195d8a43a4347e69e.tar.gz
linux-5456ac3ff157d7740ff030a195d8a43a4347e69e.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> Acked-by: Rob Herring <robh@kernel.org> --- v4: Change naming to be consistent with the VPUBLK domains.
-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..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