Re: [PATCH 3/6] dt-bindings: i2c: renesas,i2c: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-05-06 20:52:21
Also in:
linux-i2c, linux-renesas-soc
From: Rob Herring <robh@kernel.org>
Date: 2021-05-06 20:52:21
Also in:
linux-i2c, linux-renesas-soc
On Tue, 04 May 2021 16:51:10 +0200, Geert Uytterhoeven wrote:
Convert the Renesas R-Car I2C Controller Device Tree binding documentation to json-schema. Document missing properties. Make the clocks property required. DMA is supported on R-Car Gen3 and RZ/G2 only. Update the example to match reality. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- .../devicetree/bindings/i2c/renesas,i2c.txt | 66 -------- .../bindings/i2c/renesas,rcar-i2c.yaml | 158 ++++++++++++++++++ MAINTAINERS | 2 +- 3 files changed, 159 insertions(+), 67 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,i2c.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
Reviewed-by: Rob Herring <robh@kernel.org>