* [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
@ 2025-11-03 19:45 Prabhakar
2025-11-04 12:01 ` Laurent Pinchart
2025-11-04 17:27 ` Conor Dooley
0 siblings, 2 replies; 5+ messages in thread
From: Prabhakar @ 2025-11-03 19:45 UTC (permalink / raw)
To: Geert Uytterhoeven, Laurent Pinchart, Mauro Carvalho Chehab,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Magnus Damm,
Kieran Bingham, Hans Verkuil
Cc: linux-media, linux-renesas-soc, devicetree, linux-kernel,
Prabhakar, Biju Das, Fabrizio Castro, Lad Prabhakar
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Update the FCP DT schema to permit three clock inputs for the RZ/V2N SoC.
The FCP block on this SoC requires three separate clocks, unlike other
variants which use only one.
Fixes: f42eddf44fbf ("media: dt-bindings: media: renesas,fcp: Document RZ/V2N SoC")
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
Note, there are no current users of the RZ/V2N FCP compatible string in
the kernel tree.
---
Documentation/devicetree/bindings/media/renesas,fcp.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
index cf92dfe69637..b5eff6fec8a9 100644
--- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
@@ -77,6 +77,7 @@ allOf:
- renesas,r9a07g043u-fcpvd
- renesas,r9a07g044-fcpvd
- renesas,r9a07g054-fcpvd
+ - renesas,r9a09g056-fcpvd
- renesas,r9a09g057-fcpvd
then:
properties:
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
2025-11-03 19:45 [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC Prabhakar
@ 2025-11-04 12:01 ` Laurent Pinchart
2026-01-12 16:44 ` Lad, Prabhakar
2025-11-04 17:27 ` Conor Dooley
1 sibling, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2025-11-04 12:01 UTC (permalink / raw)
To: Prabhakar
Cc: Geert Uytterhoeven, Mauro Carvalho Chehab, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Magnus Damm, Kieran Bingham,
Hans Verkuil, linux-media, linux-renesas-soc, devicetree,
linux-kernel, Biju Das, Fabrizio Castro, Lad Prabhakar
Hi Prabhakar,
Thank you for the patch.
On Mon, Nov 03, 2025 at 07:45:54PM +0000, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Update the FCP DT schema to permit three clock inputs for the RZ/V2N SoC.
> The FCP block on this SoC requires three separate clocks, unlike other
> variants which use only one.
>
> Fixes: f42eddf44fbf ("media: dt-bindings: media: renesas,fcp: Document RZ/V2N SoC")
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> Note, there are no current users of the RZ/V2N FCP compatible string in
> the kernel tree.
> ---
> Documentation/devicetree/bindings/media/renesas,fcp.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> index cf92dfe69637..b5eff6fec8a9 100644
> --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> @@ -77,6 +77,7 @@ allOf:
> - renesas,r9a07g043u-fcpvd
> - renesas,r9a07g044-fcpvd
> - renesas,r9a07g054-fcpvd
> + - renesas,r9a09g056-fcpvd
> - renesas,r9a09g057-fcpvd
> then:
> properties:
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
2025-11-03 19:45 [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC Prabhakar
2025-11-04 12:01 ` Laurent Pinchart
@ 2025-11-04 17:27 ` Conor Dooley
1 sibling, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2025-11-04 17:27 UTC (permalink / raw)
To: Prabhakar
Cc: Geert Uytterhoeven, Laurent Pinchart, Mauro Carvalho Chehab,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Magnus Damm,
Kieran Bingham, Hans Verkuil, linux-media, linux-renesas-soc,
devicetree, linux-kernel, Biju Das, Fabrizio Castro,
Lad Prabhakar
[-- Attachment #1: Type: text/plain, Size: 75 bytes --]
Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
2025-11-04 12:01 ` Laurent Pinchart
@ 2026-01-12 16:44 ` Lad, Prabhakar
2026-01-21 2:34 ` Laurent Pinchart
0 siblings, 1 reply; 5+ messages in thread
From: Lad, Prabhakar @ 2026-01-12 16:44 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Geert Uytterhoeven, Mauro Carvalho Chehab, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Magnus Damm, Kieran Bingham,
Hans Verkuil, linux-media, linux-renesas-soc, devicetree,
linux-kernel, Biju Das, Fabrizio Castro, Lad Prabhakar
Hi Laurent,
Thank you for the review.
On Tue, Nov 4, 2025 at 12:01 PM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Hi Prabhakar,
>
> Thank you for the patch.
>
> On Mon, Nov 03, 2025 at 07:45:54PM +0000, Prabhakar wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Update the FCP DT schema to permit three clock inputs for the RZ/V2N SoC.
> > The FCP block on this SoC requires three separate clocks, unlike other
> > variants which use only one.
> >
> > Fixes: f42eddf44fbf ("media: dt-bindings: media: renesas,fcp: Document RZ/V2N SoC")
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
>
> > ---
> > Note, there are no current users of the RZ/V2N FCP compatible string in
> > the kernel tree.
> > ---
> > Documentation/devicetree/bindings/media/renesas,fcp.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
Can you please pick this patch.
Cheers,
Prabhakar
> > diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > index cf92dfe69637..b5eff6fec8a9 100644
> > --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > @@ -77,6 +77,7 @@ allOf:
> > - renesas,r9a07g043u-fcpvd
> > - renesas,r9a07g044-fcpvd
> > - renesas,r9a07g054-fcpvd
> > + - renesas,r9a09g056-fcpvd
> > - renesas,r9a09g057-fcpvd
> > then:
> > properties:
>
> --
> Regards,
>
> Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
2026-01-12 16:44 ` Lad, Prabhakar
@ 2026-01-21 2:34 ` Laurent Pinchart
0 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2026-01-21 2:34 UTC (permalink / raw)
To: Lad, Prabhakar
Cc: Geert Uytterhoeven, Mauro Carvalho Chehab, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Magnus Damm, Kieran Bingham,
Hans Verkuil, linux-media, linux-renesas-soc, devicetree,
linux-kernel, Biju Das, Fabrizio Castro, Lad Prabhakar
On Mon, Jan 12, 2026 at 04:44:07PM +0000, Lad, Prabhakar wrote:
> On Tue, Nov 4, 2025 at 12:01 PM Laurent Pinchart wrote:
> > On Mon, Nov 03, 2025 at 07:45:54PM +0000, Prabhakar wrote:
> > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > >
> > > Update the FCP DT schema to permit three clock inputs for the RZ/V2N SoC.
> > > The FCP block on this SoC requires three separate clocks, unlike other
> > > variants which use only one.
> > >
> > > Fixes: f42eddf44fbf ("media: dt-bindings: media: renesas,fcp: Document RZ/V2N SoC")
> > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> >
> > > ---
> > > Note, there are no current users of the RZ/V2N FCP compatible string in
> > > the kernel tree.
> > > ---
> > > Documentation/devicetree/bindings/media/renesas,fcp.yaml | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
>
> Can you please pick this patch.
Done. I'll send a pull request as soon as CI finishes.
> > > diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > > index cf92dfe69637..b5eff6fec8a9 100644
> > > --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > > +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml
> > > @@ -77,6 +77,7 @@ allOf:
> > > - renesas,r9a07g043u-fcpvd
> > > - renesas,r9a07g044-fcpvd
> > > - renesas,r9a07g054-fcpvd
> > > + - renesas,r9a09g056-fcpvd
> > > - renesas,r9a09g057-fcpvd
> > > then:
> > > properties:
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-01-21 2:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 19:45 [PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC Prabhakar
2025-11-04 12:01 ` Laurent Pinchart
2026-01-12 16:44 ` Lad, Prabhakar
2026-01-21 2:34 ` Laurent Pinchart
2025-11-04 17:27 ` Conor Dooley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox