Message ID | 20220831100913.1731285-2-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/3] media: dt-bindings: media: renesas,fcp: Update maxItems for the clock property | expand |
On 31/08/2022 13:09, Biju Das wrote: > RZ/G2L has 3 shared clocks between du, vspd and fcpvd. Update the > bindings to reflect this. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > Documentation/devicetree/bindings/media/renesas,fcp.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml > index 43f2fed8cd33..419b110e34fe 100644 > --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml > +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml > @@ -29,7 +29,8 @@ properties: > maxItems: 1 > > clocks: > - maxItems: 1 > + minItems: 1 > + maxItems: 3 The clocks should be strictly defined/described. Best regards, Krzysztof
Hi Krzysztof Kozlowski, Thanks for the feedback. > Subject: Re: [PATCH v3 1/3] media: dt-bindings: media: renesas,fcp: > Update maxItems for the clock property > > On 31/08/2022 13:09, Biju Das wrote: > > RZ/G2L has 3 shared clocks between du, vspd and fcpvd. Update the > > bindings to reflect this. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > --- > > Documentation/devicetree/bindings/media/renesas,fcp.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml > > b/Documentation/devicetree/bindings/media/renesas,fcp.yaml > > index 43f2fed8cd33..419b110e34fe 100644 > > --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml > > +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml > > @@ -29,7 +29,8 @@ properties: > > maxItems: 1 > > > > clocks: > > - maxItems: 1 > > + minItems: 1 > > + maxItems: 3 > > The clocks should be strictly defined/described. OK, Will Document like [1] [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220831&id=17b5179ef6cd6430945c1da4174ceaf43c93cf1e Cheers, Biju
diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.yaml b/Documentation/devicetree/bindings/media/renesas,fcp.yaml index 43f2fed8cd33..419b110e34fe 100644 --- a/Documentation/devicetree/bindings/media/renesas,fcp.yaml +++ b/Documentation/devicetree/bindings/media/renesas,fcp.yaml @@ -29,7 +29,8 @@ properties: maxItems: 1 clocks: - maxItems: 1 + minItems: 1 + maxItems: 3 iommus: maxItems: 1
RZ/G2L has 3 shared clocks between du, vspd and fcpvd. Update the bindings to reflect this. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- Documentation/devicetree/bindings/media/renesas,fcp.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)