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 redundant constraints on address-cells and size-cells > - Fix the example > --- > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 65 +++++++++++++++++++ > .../bindings/i2c/i2c-sun6i-p2wi.txt | 41 ------------ > 2 files changed, 65 insertions(+), 41 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-sun6i-p2wi.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>