On Tue, 16 Jun 2020 12:26:14 +0800, Anson Huang wrote: > Convert the i.MX CSPI binding to DT schema format using json-schema, > update compatible, remove obsolete properties "fsl,spi-num-chipselects" > and update the example based on latest DT file. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V2: > - remove redundant "maxItems" in "clocks" and "clock-names". > --- > .../devicetree/bindings/spi/fsl-imx-cspi.txt | 56 ------------- > .../devicetree/bindings/spi/fsl-imx-cspi.yaml | 97 ++++++++++++++++++++++ > 2 files changed, 97 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt > create mode 100644 Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>