From: Peng Fan <peng.fan@xxxxxxx> This patchset is to add more blk ctrl support for i.MX8MP - Add HDMI HDCP/HRV BLK CTRL support - Add VPU BLK CTRL support - Add PGC VPU node which supplies power domain for VPU BLK This patchset is based on: https://lore.kernel.org/all/20220708085632.1918323-1-peng.fan@xxxxxxxxxxx/ repo: https://github.com/MrVan/linux/tree/imx8mp-blk-ctrl Peng Fan (6): dt-bindings: power: imx8mp-power: add HDMI HDCP/HRV dt-bindings: soc: imx: add i.MX8MP vpu blk ctrl soc: imx: add i.MX8MP HDMI blk ctrl HDCP/HRV soc: imx: imx8m-blk-ctrl: add i.MX8MP VPU blk ctrl arm64: dts: imx8mp: add vpu pgc nodes arm64: dts: imx8mp: add VPU blk ctrl node .../soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml | 17 +++++-- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 45 ++++++++++++++++++ drivers/soc/imx/imx8m-blk-ctrl.c | 47 +++++++++++++++++++ drivers/soc/imx/imx8mp-blk-ctrl.c | 30 ++++++++++++ include/dt-bindings/power/imx8mp-power.h | 6 +++ 5 files changed, 142 insertions(+), 3 deletions(-) -- 2.25.1