From: Lucas Stach <[email protected]>
This adds the defines for the power domains provided by the VPU
blk-ctrl on the i.MX8MQ.
Signed-off-by: Lucas Stach <[email protected]>
Acked-by: Rob Herring <[email protected]>
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
--
2.32.0
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.
Regards,
Hans
On 25/01/2022 18:11, Adam Ford wrote:
> From: Lucas Stach <[email protected]>
>
> This adds the defines for the power domains provided by the VPU
> blk-ctrl on the i.MX8MQ.
>
> Signed-off-by: Lucas Stach <[email protected]>
> Acked-by: Rob Herring <[email protected]>
>
> 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
On Thu, Jan 27, 2022 at 2:46 AM Hans Verkuil <[email protected]> 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 <[email protected]>
> >
> > This adds the defines for the power domains provided by the VPU
> > blk-ctrl on the i.MX8MQ.
> >
> > Signed-off-by: Lucas Stach <[email protected]>
> > Acked-by: Rob Herring <[email protected]>
> >
> > 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
>
Hi Shawn, Hans,
On Thu, 27 Jan 2022 at 05:46, Hans Verkuil <[email protected]> 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.
>
Gentle reminder about these patches.
Thanks!
Ezequiel
> Regards,
>
> Hans
>
> On 25/01/2022 18:11, Adam Ford wrote:
> > From: Lucas Stach <[email protected]>
> >
> > This adds the defines for the power domains provided by the VPU
> > blk-ctrl on the i.MX8MQ.
> >
> > Signed-off-by: Lucas Stach <[email protected]>
> > Acked-by: Rob Herring <[email protected]>
> >
> > 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
>
On Tue, Jan 25, 2022 at 11:11:19AM -0600, Adam Ford wrote:
> From: Lucas Stach <[email protected]>
>
> This adds the defines for the power domains provided by the VPU
> blk-ctrl on the i.MX8MQ.
>
> Signed-off-by: Lucas Stach <[email protected]>
> Acked-by: Rob Herring <[email protected]>
When forwarding a patch from someone else, you should add your
Signed-off-by.
Applied, thanks!