Re: [PATCH 1/2] dt-bindings: can: rcar_can: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-05-07 22:17:02
Also in:
linux-can, linux-renesas-soc, netdev
From: Rob Herring <robh@kernel.org>
Date: 2021-05-07 22:17:02
Also in:
linux-can, linux-renesas-soc, netdev
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>