Re: [PATCH V2 1/3] dt-bindings: i2c: Convert imx lpi2c to json-schema

From: Rob Herring
Date: Mon Jun 15 2020 - 13:05:11 EST


On Thu, 04 Jun 2020 09:49:16 +0800, Anson Huang wrote:
> Convert the i.MX LPI2C binding to DT schema format using json-schema
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V1:
> - add "additionalProperties: false".
> ---
> .../devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 20 ---------
> .../devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 47 ++++++++++++++++++++++
> 2 files changed, 47 insertions(+), 20 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
>

Applied, thanks!