Re: [PATCH 16/54] dt-bindings: input: Convert ChipOne ICN8318 binding to a schema
From: Rob Herring <robh@kernel.org>
Date: 2021-07-23 21:49:01
Also in:
linux-arm-kernel, linux-input
From: Rob Herring <robh@kernel.org>
Date: 2021-07-23 21:49:01
Also in:
linux-arm-kernel, linux-input
On Wed, 21 Jul 2021 16:03:46 +0200, Maxime Ripard wrote:
The ChipOne ICN8318 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: Hans de Goede <redacted> Cc: linux-input@vger.kernel.org Signed-off-by: Maxime Ripard <redacted> --- .../input/touchscreen/chipone,icn8318.yaml | 62 +++++++++++++++++++ .../input/touchscreen/chipone_icn8318.txt | 44 ------------- 2 files changed, 62 insertions(+), 44 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
Reviewed-by: Rob Herring <robh@kernel.org>