summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/power
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-10-02 02:59:48 +0200
committerShawn Guo <shawnguo@kernel.org>2021-10-05 08:36:20 +0200
commite66f2cd293bf7520d22853f251918f36b4ff740e (patch)
treef34fc1abafbe45563e3bbb9db6f63436ab6b1157 /include/dt-bindings/power
parentdt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl (diff)
downloadlinux-e66f2cd293bf7520d22853f251918f36b4ff740e.tar.xz
linux-e66f2cd293bf7520d22853f251918f36b4ff740e.zip
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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/power')
-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