On Thu, Jan 27, 2022 at 2:46 AM Hans Verkuil <hverkuil@xxxxxxxxx> wrote: > > Shawn, > > Can you take patches 2-4 of this series or shall I? In the latter case I > need your Acked-by for these three patches. If necessary, I can tweak the YAML file. I just need to know if I need to resubmit the whole series of just the one file. adam > > Regards, > > Hans > > On 25/01/2022 18:11, Adam Ford wrote: > > From: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > > > This adds the defines for the power domains provided by the VPU > > blk-ctrl on the i.MX8MQ. > > > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > Acked-by: Rob Herring <robh@xxxxxxxxxx> > > > > diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h > > index 8a513bd9166e..9f7d0f1e7c32 100644 > > --- a/include/dt-bindings/power/imx8mq-power.h > > +++ b/include/dt-bindings/power/imx8mq-power.h > > @@ -18,4 +18,7 @@ > > #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 > > #define IMX8M_POWER_DOMAIN_PCIE2 10 > > > > +#define IMX8MQ_VPUBLK_PD_G1 0 > > +#define IMX8MQ_VPUBLK_PD_G2 1 > > + > > #endif >