Re: [PATCH v2 2/2] dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-01-27 22:07:43
Also in:
linux-devicetree, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-01-27 22:07:43
Also in:
linux-devicetree, lkml
On Tue, Jan 14, 2020 at 05:31:34PM -0600, Rob Herring wrote:
On Wed, 8 Jan 2020 10:11:18 +0100, Benjamin Gaignard wrote:quoted
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.yamlReviewed-by: Rob Herring <robh@kernel.org>
Applied, thank you. -- Dmitry