Re: [PATCH] dt-bindings: i2c: qcom,i2c-qup: convert to dtschema

From: Robert Marko
Date: Sun Jun 05 2022 - 12:09:27 EST


On Sun, 5 Jun 2022 at 16:07, Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Sat, Jun 04, 2022 at 06:46:53PM +0200, Robert Marko wrote:
> > Convert DT bindings for Qualcomm QUP I2C controller to DT schema format.
> >
> > Old text bindings were missing usage of DMA so that was documented, as
> > well as the max clock-frequency.
> >
> > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx>
> > ---
> > .../devicetree/bindings/i2c/qcom,i2c-qup.txt | 40 ---------
> > .../devicetree/bindings/i2c/qcom,i2c-qup.yaml | 83 +++++++++++++++++++
> > 2 files changed, 83 insertions(+), 40 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-qup.txt
> > create mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-qup.yaml
>
> This one is already done.

Yeah, I did not check linux-next before doing the conversion.
Sorry for the noise.

Regards,
Robert
>
> Rob