On Thu, 06 May 2021 19:55:54 +0200, Geert Uytterhoeven wrote: > Convert the Renesas R-Car CAN FD Controller Device Tree binding > documentation to json-schema. > > Document missing properties. > The CANFD clock needs to be configured for the maximum frequency on > R-Car V3M and V3H, too. > Update the example to match reality. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > I have listed Fabrizio as the maintainer, as Ramesh is no longer > available. Fabrizio: Please scream if this is inappropriate ;-) > --- > .../bindings/net/can/rcar_canfd.txt | 107 --------------- > .../bindings/net/can/renesas,rcar-canfd.yaml | 122 ++++++++++++++++++ > 2 files changed, 122 insertions(+), 107 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/can/rcar_canfd.txt > create mode 100644 Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>