RE: [PATCH v3 1/2] dt-bindings: spi: renesas,rzv2h-rspi: Document RZ/G3L SoC

From: Biju Das

Date: Wed Apr 08 2026 - 03:44:38 EST


Hi Krzysztof Kozlowski,

Thanks for the feedback.

> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Sent: 08 April 2026 08:27
> Subject: Re: [PATCH v3 1/2] dt-bindings: spi: renesas,rzv2h-rspi: Document RZ/G3L SoC
>
> On Tue, Apr 07, 2026 at 03:57:50PM +0100, Biju wrote:
> > - items:
> > @@ -90,6 +91,33 @@ required:
> >
> > allOf:
> > - $ref: spi-controller.yaml#
> > + - if:
> > + properties:
> > + compatible:
> > + contains:
> > + enum:
> > + - renesas,r9a08g046-rspi
> > + then:
> > + properties:
> > + clocks:
> > + maxItems: 2
> > +
> > + clock-names:
> > + items:
> > + - const: pclk
> > + - const: tclk
>
> Blank line here, but no need to resend just for that.

OK, will fix this in next version.

Cheers,
Biju

>
> > + dmas:
> > + maxItems: 2
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>
> Best regards,
> Krzysztof