On Tue, 16 Jun 2020 12:26:15 +0800, Anson Huang wrote: > Convert the i.MX LPSPI binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V2: > - remove redundant "maxItems" in "clocks" and "clock-names". > --- > .../devicetree/bindings/spi/spi-fsl-lpspi.txt | 29 ----------- > .../devicetree/bindings/spi/spi-fsl-lpspi.yaml | 60 ++++++++++++++++++++++ > 2 files changed, 60 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt > create mode 100644 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>