Re: [PATCH v6 1/3] dt-bindings: touchscreen: convert eeti bindings to json schema
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-09-22 20:52:25
Also in:
linux-devicetree, lkml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-09-22 20:52:25
Also in:
linux-devicetree, lkml
On Sun, 21 Sep 2025 19:33:42 +0200, Dario Binacchi wrote:
Convert EETI touchscreen controller device tree binding to json-schema. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- Changes in v6: - Add deprected to the compatible string and attn-gpios property - Put const 0x2a i2c address for reg property only in case of not eeti,exc3000-i2c. - Put false the attn-gpios property in case of not eeti,exc3000-i2c.. - Drop example for eeti,exc3000-i2c. Changes in v5: - Move bindings into eeti,exc3000.yaml - Remove eeti.yaml Changes in v2: - Added in v2 .../input/touchscreen/eeti,exc3000.yaml | 33 +++++++++++++++---- .../bindings/input/touchscreen/eeti.txt | 30 ----------------- 2 files changed, 27 insertions(+), 36 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/eeti.txt
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>