aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/power
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2022-04-06 17:33:56 +0200
committerShawn Guo <shawnguo@kernel.org>2022-05-05 09:24:41 +0800
commitf11cf9e35e7f740d158e298baf5764bcdd8a199e (patch)
tree6f050e808ac18f7305bec35bc49ad4f7b2ca48b2 /include/dt-bindings/power
parentdt-bindings: soc: Add i.MX8MP media block control DT bindings (diff)
downloadlinux-dev-f11cf9e35e7f740d158e298baf5764bcdd8a199e.tar.xz
linux-dev-f11cf9e35e7f740d158e298baf5764bcdd8a199e.zip
dt-bindings: power: imx8mp: add defines for HDMI blk-ctrl domains
This adds the defines for the power domains provided by the HDMI blk-ctrl on the i.MX8MP. 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/imx8mp-power.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mp-power.h b/include/dt-bindings/power/imx8mp-power.h
index bc8458f1e725..7789bcca3223 100644
--- a/include/dt-bindings/power/imx8mp-power.h
+++ b/include/dt-bindings/power/imx8mp-power.h
@@ -42,4 +42,12 @@
#define IMX8MP_MEDIABLK_PD_DWE 7
#define IMX8MP_MEDIABLK_PD_MIPI_DSI_2 8
+#define IMX8MP_HDMIBLK_PD_IRQSTEER 0
+#define IMX8MP_HDMIBLK_PD_LCDIF 1
+#define IMX8MP_HDMIBLK_PD_PAI 2
+#define IMX8MP_HDMIBLK_PD_PVI 3
+#define IMX8MP_HDMIBLK_PD_TRNG 4
+#define IMX8MP_HDMIBLK_PD_HDMI_TX 5
+#define IMX8MP_HDMIBLK_PD_HDMI_TX_PHY 6
+
#endif