Re: [PATCH v2 2/2] dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-01-14 23:31:37
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-01-14 23:31:37
Also in:
linux-devicetree, lkml
On Wed, 8 Jan 2020 10:11:18 +0100, Benjamin Gaignard wrote:
Convert the Goodix binding to DT schema format using json-schema Signed-off-by: Benjamin Gaignard <redacted> --- version 2: - enumerate goodix's I2C adresses - add description for irq-gpio property - reference the common properties used by goodix .../bindings/input/touchscreen/goodix.txt | 50 -------------- .../bindings/input/touchscreen/goodix.yaml | 78 ++++++++++++++++++++++ 2 files changed, 78 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
Reviewed-by: Rob Herring <robh@kernel.org>