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

From: Rob Herring
Date: Sun Jun 05 2022 - 10:07:54 EST


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.

Rob