Re: [PATCH V2] dt-bindings: gpio: Convert i.MX to json-schema

From: Rob Herring
Date: Mon May 11 2020 - 14:55:12 EST


On Tue, 21 Apr 2020 22:03:43 +0800, Anson Huang wrote:
> Convert the i.MX GPIO binding to DT schema format using json-schema.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V1:
> - improve compatible;
> - drop clocks description.
> ---
> .../devicetree/bindings/gpio/fsl-imx-gpio.txt | 35 -----------
> .../devicetree/bindings/gpio/fsl-imx-gpio.yaml | 68 ++++++++++++++++++++++
> 2 files changed, 68 insertions(+), 35 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/gpio/fsl-imx-gpio.txt
> create mode 100644 Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
>

Applied, thanks!