summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-08-22 14:45:32 +0800
committerShawn Guo <shawnguo@kernel.org>2022-09-17 16:25:49 +0800
commitc7ebd54158d36a5b451743afac2376bdd0b2ba61 (patch)
tree58905740d54ede9cd2e990a50751d3eeea36f164 /include
parent2345fc8dc2ecf1643ea369e00af7a1b97add879d (diff)
downloadlinux-c7ebd54158d36a5b451743afac2376bdd0b2ba61.tar.bz2
dt-bindings: soc: imx: add i.MX8MP vpu blk ctrl
i.MX8MP VPU blk ctrl module has similar design as i.MX8MM, so reuse the i.MX8MM VPU blk ctrl yaml file. And add description for the items. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/power/imx8mp-power.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mp-power.h b/include/dt-bindings/power/imx8mp-power.h
index 14b9c5ac9c82..2fe3c2abad13 100644
--- a/include/dt-bindings/power/imx8mp-power.h
+++ b/include/dt-bindings/power/imx8mp-power.h
@@ -52,4 +52,8 @@
#define IMX8MP_HDMIBLK_PD_HDCP 7
#define IMX8MP_HDMIBLK_PD_HRV 8
+#define IMX8MP_VPUBLK_PD_G1 0
+#define IMX8MP_VPUBLK_PD_G2 1
+#define IMX8MP_VPUBLK_PD_VC8000E 2
+
#endif