Hi Geert, Thank you for the review. On Mon, Nov 8, 2021 at 4:19 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > Hi Prabhakar, > > On Wed, Nov 3, 2021 at 6:31 PM Lad Prabhakar > <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> wrote: > > Add SCI binding documentation for Renesas RZ/G2L SoC. > > > > Also update the example node with real world DT node. > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > > --- a/Documentation/devicetree/bindings/serial/renesas,sci.yaml > > +++ b/Documentation/devicetree/bindings/serial/renesas,sci.yaml > > @@ -14,7 +14,11 @@ allOf: > > > > properties: > > compatible: > > - const: renesas,sci > > + oneOf: > > + - items: > > + - enum: > > + - renesas,r9a07g044-sci # RZ/G2{L,LC} > > + - const: renesas,sci # generic SCI compatible UART > > You added a oneOf, but forgot to keep the old single compatible > value as used on H8/300? > Ouch I grepped renesas,sci only in arm{64}, will fix that. Cheers, Prabhakar > > > > reg: > > maxItems: 1 > > With the above fixed: > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx > > 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