Re: [PATCH v2] dt-bindings: touchscreen: Convert edt-ft5x06 to json-schema

From: Rob Herring
Date: Thu Feb 06 2020 - 16:53:26 EST


On Thu, 6 Feb 2020 11:14:34 +0100, Benjamin Gaignard wrote:
> Convert the EDT-FT5x06 to DT schema using json-schema.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> version 2:
> - preserve formatting in description
> - use 'const' rather than 'enum' for reg property
> - fix max/min issues
> .../bindings/input/touchscreen/edt-ft5x06.txt | 75 -------------
> .../bindings/input/touchscreen/edt-ft5x06.yaml | 123 +++++++++++++++++++++
> 2 files changed, 123 insertions(+), 75 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt
> create mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>