On Fri, 13 Mar 2020 16:45:20 +0530, Akash Asthana wrote: > Convert QSPI bindings to DT schema format using json-schema. > > Signed-off-by: Akash Asthana <akashast@xxxxxxxxxxxxxx> > --- > Changes in V2: > - As per Stephen's comment, dropped properties "#address-cells" & > "#size-cells" from QSPI node as it's already defined in > $ref: /spi/spi-controller.yaml#. > - As per Stephen's comment, dropped description for reg property and > answered few Nitpicks. > > .../devicetree/bindings/spi/qcom,spi-qcom-qspi.txt | 36 ---------- > .../bindings/spi/qcom,spi-qcom-qspi.yaml | 79 ++++++++++++++++++++++ > 2 files changed, 79 insertions(+), 36 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.txt > create mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml > Applied, thanks. Rob