aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/power
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-10-02 02:59:45 +0200
committerShawn Guo <shawnguo@kernel.org>2021-10-05 14:35:49 +0800
commit5d6fdcf2e524f95012b262eee6aa7f5ebe577766 (patch)
tree630c8dbb272fc697b9f1bbceead66bb62da2c153 /include/dt-bindings/power
parentdt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl (diff)
downloadlinux-dev-5d6fdcf2e524f95012b262eee6aa7f5ebe577766.tar.xz
linux-dev-5d6fdcf2e524f95012b262eee6aa7f5ebe577766.zip
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> 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.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