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@xxxxxxxxx> > --- > .../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@xxxxxxxxxx>