Re: [PATCH v5 1/2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings
From: Rob Herring <robh@kernel.org>
Date: 2021-03-08 20:14:15
Also in:
linux-devicetree
From: Rob Herring <robh@kernel.org>
Date: 2021-03-08 20:14:15
Also in:
linux-devicetree
On Thu, 04 Mar 2021 13:57:23 +0800, Joe Hung wrote:
Add binding documentation for ILITEK touch devices. Signed-off-by: Joe Hung <redacted> --- Changes in v5: - Remove tab in yaml Changes in v4: - Change IRQ flag to level interrupt - Add support for common touchscreen-related properties - Modify reset gpio to active low - Modify irq type to LEVEL_LOW - Add compatible for Lego series ICs Changes in v3: - Add include header in examples, and pass the dt binding check Changes in v2: - Convert to DT schema format - Using interrupts instead of irq-gpios .../input/touchscreen/ilitek_ts_i2c.yaml | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ilitek_ts_i2c.yaml
Reviewed-by: Rob Herring <robh@kernel.org>