On Fri, May 8, 2020 at 12:02 PM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > Convert the Renesas Clock Pulse Generator (CPG) Device Tree > binding documentation to json-schema, combining support for: > - R-Mobile APE6 (R8A73A4) and A1 (R8A7740), > - R-Car M1 (R8A7778) and H1 (R8A7779), > - RZ/A1 (R7S72100), > - SH-Mobile AG5 (SH73A0). > > Keep the example for R-Mobile A1, which shows most properties. > Drop the consumer examples, as they do not belong here. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml > + renesas,mode: > + description: Board-specific settings of the MD_CK* bits on R-Mobile A1 > + allOf: > + - $ref: /schemas/types.yaml#/definitions/uint32 > + - minimum: 0 > + maximum: 7 The "allOf" is no longer needed. Will remove for v2. 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