On Tue, 04 May 2021 16:51:13 +0200, Geert Uytterhoeven wrote: > Convert the Renesas EMMA Mobile EV2 IIC Interface (IIC) Device Tree > binding documentation to json-schema. > > Document missing properties. > Update the example to match reality. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > .../bindings/i2c/renesas,iic-emev2.txt | 22 -------- > .../bindings/i2c/renesas,iic-emev2.yaml | 54 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 55 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt > create mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>