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,sun4i-a10-spi.yaml | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/spi/spi-sun4i.txt | 23 +------------------- > 2 files changed, 86 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/allwinner,sun4i-a10-spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-sun4i.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>