summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-07-16 12:37:21 +0200
committerLucas Stach <l.stach@pengutronix.de>2021-07-21 22:25:58 +0200
commit329c79f2809a73cfc477342208d06da8ae77f5e0 (patch)
tree1074e22c96bbb02756b30342ce3e862b04a47f7c
parent3fef20b7bed2f47939f056378cafd3cd7ee27560 (diff)
downloadlinux-329c79f2809a73cfc477342208d06da8ae77f5e0.tar.gz
linux-329c79f2809a73cfc477342208d06da8ae77f5e0.tar.xz
dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains
This adds the defines for the power domains provided by the VPU blk-ctrl. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r--include/dt-bindings/power/imx8mm-power.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h
index fc9c2e16aadc..38b0a56fd7d0 100644
--- a/include/dt-bindings/power/imx8mm-power.h
+++ b/include/dt-bindings/power/imx8mm-power.h
@@ -19,4 +19,8 @@
#define IMX8MM_POWER_DOMAIN_DISPMIX 10
#define IMX8MM_POWER_DOMAIN_MIPI 11
+#define IMX8MM_VPUBLK_PD_G1 0
+#define IMX8MM_VPUBLK_PD_G2 1
+#define IMX8MM_VPUBLK_PD_H1 2
+
#endif