On Mon, May 20, 2019 at 9:51 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 v1: > - Fix the slave device regex > --- > Documentation/devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/spi/spi-sun6i.txt | 44 +------------------------------ > 2 files changed, 106 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-sun6i.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>