On Wed, Sep 18, 2019 at 6:10 AM Pragnesh Patel <pragnesh.patel@xxxxxxxxxx> wrote: > > Convert the spi-sifive binding to DT schema format. > > Signed-off-by: Pragnesh Patel <pragnesh.patel@xxxxxxxxxx> > --- > > Changes in v2: > - Remove address-cells and size-cells property > - Added valid values for sifive,fifo-depth and sifive,max-bits-per-word > property > > .../devicetree/bindings/spi/spi-sifive.txt | 37 ---------- > .../devicetree/bindings/spi/spi-sifive.yaml | 86 ++++++++++++++++++++++ > 2 files changed, 86 insertions(+), 37 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spi/spi-sifive.txt > create mode 100644 Documentation/devicetree/bindings/spi/spi-sifive.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>