2022-01-26 02:35:00

by Adam Ford

[permalink] [raw]
Subject: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

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


2022-01-27 14:37:01

by Hans Verkuil

[permalink] [raw]
Subject: Re: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

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

2022-02-03 17:10:48

by Adam Ford

[permalink] [raw]
Subject: Re: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

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
>

2022-02-05 15:26:56

by Ezequiel Garcia

[permalink] [raw]
Subject: Re: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

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
>

2022-02-09 13:48:38

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

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!