On Tue, Jun 11, 2019 at 3:03 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > Switch the DT binding to a YAML schema to enable the DT validation. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v2: > - Remove the copy/pasted example and use the one we had before > > Changes from v1: > - Fix the maintainers > --- > .../devicetree/bindings/i2c/i2c-mv64xxx.txt | 64 --------- > .../bindings/i2c/marvell,mv64xxx-i2c.yaml | 124 ++++++++++++++++++ > 2 files changed, 124 insertions(+), 64 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt > create mode 100644 Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>