On Fri, 12 Mar 2021 11:10:38 +0530, Kuldeep Singh wrote: > Convert the Freescale QSPI binding to DT schema format using json-schema. > > Signed-off-by: Kuldeep Singh <kuldeep.singh@xxxxxxx> > --- > .../bindings/spi/fsl,spi-fsl-qspi.yaml | 96 +++++++++++++++++++ > .../devicetree/bindings/spi/spi-fsl-qspi.txt | 66 ------------- > MAINTAINERS | 1 + > 3 files changed, 97 insertions(+), 66 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>