Message ID | cover.1620323639.git.geert+renesas@glider.be |
---|---|
Headers | show |
Series | dt-bindings: can: renesas: Convert to json-schema | expand |
On 5/6/21 7:55 PM, Geert Uytterhoeven wrote: > Hi all, > > This patch series converts the DT bindings for the Renesas R-Car CAN and > CAN FD controllers found in Renesas SoCs to json-schema. > > Thanks for your comments! Added to linux-can-next/testing. thanks, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phone: +49-231-2826-924 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
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@glider.be> > --- > 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@kernel.org>