Re: [PATCH v3] dt-bindings: input: Convert Silead GSL1680 binding to a schema
From: Rob Herring <robh@kernel.org>
Date: 2021-10-18 19:22:11
Also in:
linux-input
From: Rob Herring <robh@kernel.org>
Date: 2021-10-18 19:22:11
Also in:
linux-input
On Fri, 15 Oct 2021 09:30:06 +0200, Maxime Ripard wrote:
The Silead GSL1680 Touchscreen Controller is supported by Linux thanks to its device tree binding. Now that we have the DT validation in place, let's convert the device tree bindings for that driver over to a YAML schema. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: linux-input@vger.kernel.org Signed-off-by: Maxime Ripard <redacted> --- Changes from v2: - Fixed firmware-name property name Changes from v1: - Added maximum to the number of fingers --- .../input/touchscreen/silead,gsl1680.yaml | 91 +++++++++++++++++++ .../input/touchscreen/silead_gsl1680.txt | 44 --------- 2 files changed, 91 insertions(+), 44 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
Applied, thanks!