diff mbox series

[v4,1/2] media: dt-bindings: media: renesas,vsp1: Document RZ/V2L VSPD bindings

Message ID 20221122193415.1873179-1-biju.das.jz@bp.renesas.com (mailing list archive)
State Superseded
Delegated to: Kieran Bingham
Headers show
Series [v4,1/2] media: dt-bindings: media: renesas,vsp1: Document RZ/V2L VSPD bindings | expand

Commit Message

Biju Das Nov. 22, 2022, 7:34 p.m. UTC
Document VSPD found in RZ/V2L SoC. The VSPD block is identical to RZ/G2L
SoC and therefore use RZ/G2L fallback to avoid any driver changes.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
* New patch
---
 .../devicetree/bindings/media/renesas,vsp1.yaml     | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Comments

Krzysztof Kozlowski Nov. 23, 2022, 10:40 a.m. UTC | #1
On 22/11/2022 20:34, Biju Das wrote:
> Document VSPD found in RZ/V2L SoC. The VSPD block is identical to RZ/G2L
> SoC and therefore use RZ/G2L fallback to avoid any driver changes.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> * New patch


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Geert Uytterhoeven Jan. 11, 2023, 10:23 a.m. UTC | #2
On Tue, Nov 22, 2022 at 8:34 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Document VSPD found in RZ/V2L SoC. The VSPD block is identical to RZ/G2L
> SoC and therefore use RZ/G2L fallback to avoid any driver changes.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Biju Das Jan. 17, 2023, 10:25 a.m. UTC | #3
Hi all,

Gentle ping.

This patch is reviewed by both Krzysztof Kozlowski and Geert 

It is blocking for accepting SoC dtsi patches[1] through renesas-soc tree
1] https://lore.kernel.org/all/20221122213529.2103849-1-biju.das.jz@bp.renesas.com

Cheers,
Biju

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: 22 November 2022 19:34
> To: Mauro Carvalho Chehab <mchehab@kernel.org>; Rob Herring
> <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; Laurent Pinchart
> <laurent.pinchart@ideasonboard.com>; Kieran Bingham
> <kieran.bingham+renesas@ideasonboard.com>; linux-media@vger.kernel.org;
> linux-renesas-soc@vger.kernel.org; devicetree@vger.kernel.org; Geert
> Uytterhoeven <geert+renesas@glider.be>; Fabrizio Castro
> <fabrizio.castro.jz@renesas.com>
> Subject: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1: Document
> RZ/V2L VSPD bindings
> 
> Document VSPD found in RZ/V2L SoC. The VSPD block is identical to RZ/G2L SoC
> and therefore use RZ/G2L fallback to avoid any driver changes.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> * New patch
> ---
>  .../devicetree/bindings/media/renesas,vsp1.yaml     | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> index 7a8f32473852..3265e922647c 100644
> --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> @@ -16,10 +16,15 @@ description:
> 
>  properties:
>    compatible:
> -    enum:
> -      - renesas,r9a07g044-vsp2 # RZ/G2L
> -      - renesas,vsp1 # R-Car Gen2 and RZ/G1
> -      - renesas,vsp2 # R-Car Gen3 and RZ/G2
> +    oneOf:
> +      - enum:
> +          - renesas,r9a07g044-vsp2 # RZ/G2L
> +          - renesas,vsp1 # R-Car Gen2 and RZ/G1
> +          - renesas,vsp2 # R-Car Gen3 and RZ/G2
> +      - items:
> +          - enum:
> +              - renesas,r9a07g054-vsp2    # RZ/V2L
> +          - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
> 
>    reg:
>      maxItems: 1
> --
> 2.25.1
Biju Das Feb. 8, 2023, 9:12 a.m. UTC | #4
Hi All,

Gentle ping. Does this patch to be taken by media subsystem or dt?

Is there any chance that it can be taken for v6.3?

Cheers,
Biju

> Subject: RE: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> Document RZ/V2L VSPD bindings
> 
> Hi all,
> 
> Gentle ping.
> 
> This patch is reviewed by both Krzysztof Kozlowski and Geert
> 
> It is blocking for accepting SoC dtsi patches[1] through renesas-soc tree 1]
> https://lore.kernel.org/all/20221122213529.2103849-1-
> biju.das.jz@bp.renesas.com
> 
> Cheers,
> Biju
> 
> > -----Original Message-----
> > From: Biju Das <biju.das.jz@bp.renesas.com>
> > Sent: 22 November 2022 19:34
> > To: Mauro Carvalho Chehab <mchehab@kernel.org>; Rob Herring
> > <robh+dt@kernel.org>; Krzysztof Kozlowski
> > <krzysztof.kozlowski+dt@linaro.org>
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>; Laurent Pinchart
> > <laurent.pinchart@ideasonboard.com>; Kieran Bingham
> > <kieran.bingham+renesas@ideasonboard.com>;
> > linux-media@vger.kernel.org; linux-renesas-soc@vger.kernel.org;
> > devicetree@vger.kernel.org; Geert Uytterhoeven
> > <geert+renesas@glider.be>; Fabrizio Castro
> > <fabrizio.castro.jz@renesas.com>
> > Subject: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> > Document RZ/V2L VSPD bindings
> >
> > Document VSPD found in RZ/V2L SoC. The VSPD block is identical to
> > RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > ---
> > * New patch
> > ---
> >  .../devicetree/bindings/media/renesas,vsp1.yaml     | 13 +++++++++----
> >  1 file changed, 9 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > index 7a8f32473852..3265e922647c 100644
> > --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > @@ -16,10 +16,15 @@ description:
> >
> >  properties:
> >    compatible:
> > -    enum:
> > -      - renesas,r9a07g044-vsp2 # RZ/G2L
> > -      - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > -      - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > +    oneOf:
> > +      - enum:
> > +          - renesas,r9a07g044-vsp2 # RZ/G2L
> > +          - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > +          - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > +      - items:
> > +          - enum:
> > +              - renesas,r9a07g054-vsp2    # RZ/V2L
> > +          - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
> >
> >    reg:
> >      maxItems: 1
> > --
> > 2.25.1
Biju Das March 6, 2023, 12:05 p.m. UTC | #5
Hi All,

Gentle ping. Looks like this patch is missed since November 2022( almost 4 months).

Cheers,
Biju

> Subject: RE: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> Document RZ/V2L VSPD bindings
> 
> Hi All,
> 
> Gentle ping. Does this patch to be taken by media subsystem or dt?
> 
> Is there any chance that it can be taken for v6.3?
> 
> Cheers,
> Biju
> 
> > Subject: RE: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> > Document RZ/V2L VSPD bindings
> >
> > Hi all,
> >
> > Gentle ping.
> >
> > This patch is reviewed by both Krzysztof Kozlowski and Geert
> >
> > It is blocking for accepting SoC dtsi patches[1] through renesas-soc
> > tree 1]
> > https://lore.kernel.org/all/20221122213529.2103849-1-
> > biju.das.jz@bp.renesas.com
> >
> > Cheers,
> > Biju
> >
> > > -----Original Message-----
> > > From: Biju Das <biju.das.jz@bp.renesas.com>
> > > Sent: 22 November 2022 19:34
> > > To: Mauro Carvalho Chehab <mchehab@kernel.org>; Rob Herring
> > > <robh+dt@kernel.org>; Krzysztof Kozlowski
> > > <krzysztof.kozlowski+dt@linaro.org>
> > > Cc: Biju Das <biju.das.jz@bp.renesas.com>; Laurent Pinchart
> > > <laurent.pinchart@ideasonboard.com>; Kieran Bingham
> > > <kieran.bingham+renesas@ideasonboard.com>;
> > > linux-media@vger.kernel.org; linux-renesas-soc@vger.kernel.org;
> > > devicetree@vger.kernel.org; Geert Uytterhoeven
> > > <geert+renesas@glider.be>; Fabrizio Castro
> > > <fabrizio.castro.jz@renesas.com>
> > > Subject: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> > > Document RZ/V2L VSPD bindings
> > >
> > > Document VSPD found in RZ/V2L SoC. The VSPD block is identical to
> > > RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver
> changes.
> > >
> > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > > ---
> > > * New patch
> > > ---
> > >  .../devicetree/bindings/media/renesas,vsp1.yaml     | 13 +++++++++----
> > >  1 file changed, 9 insertions(+), 4 deletions(-)
> > >
> > > diff --git
> > > a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > > b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > > index 7a8f32473852..3265e922647c 100644
> > > --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > > @@ -16,10 +16,15 @@ description:
> > >
> > >  properties:
> > >    compatible:
> > > -    enum:
> > > -      - renesas,r9a07g044-vsp2 # RZ/G2L
> > > -      - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > > -      - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > > +    oneOf:
> > > +      - enum:
> > > +          - renesas,r9a07g044-vsp2 # RZ/G2L
> > > +          - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > > +          - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > > +      - items:
> > > +          - enum:
> > > +              - renesas,r9a07g054-vsp2    # RZ/V2L
> > > +          - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
> > >
> > >    reg:
> > >      maxItems: 1
> > > --
> > > 2.25.1
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
index 7a8f32473852..3265e922647c 100644
--- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
@@ -16,10 +16,15 @@  description:
 
 properties:
   compatible:
-    enum:
-      - renesas,r9a07g044-vsp2 # RZ/G2L
-      - renesas,vsp1 # R-Car Gen2 and RZ/G1
-      - renesas,vsp2 # R-Car Gen3 and RZ/G2
+    oneOf:
+      - enum:
+          - renesas,r9a07g044-vsp2 # RZ/G2L
+          - renesas,vsp1 # R-Car Gen2 and RZ/G1
+          - renesas,vsp2 # R-Car Gen3 and RZ/G2
+      - items:
+          - enum:
+              - renesas,r9a07g054-vsp2    # RZ/V2L
+          - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
 
   reg:
     maxItems: 1