On Thu, 06 May 2021 19:55:53 +0200, Geert Uytterhoeven wrote: > Convert the Renesas R-Car CAN Controller Device Tree binding > documentation to json-schema. > > Document missing properties. > Update the example to match reality. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > I have listed Sergei as the maintainer, as he wrote the original driver > and bindings. Sergei: Please scream if this is inappropriate ;-) > --- > .../devicetree/bindings/net/can/rcar_can.txt | 80 ---------- > .../bindings/net/can/renesas,rcar-can.yaml | 139 ++++++++++++++++++ > 2 files changed, 139 insertions(+), 80 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/can/rcar_can.txt > create mode 100644 Documentation/devicetree/bindings/net/can/renesas,rcar-can.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>