diff options
author | Zhaoxiong Lv <lvzhaoxiong@huaqin.corp-partner.google.com> | 2024-07-22 09:31:35 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-09-03 13:21:21 +0200 |
commit | e0808d7a63b8c03ea4f55b31b5cef4221eae9f34 (patch) | |
tree | 6d6ce40ef6201260572867c19f2114d3f6020bcf /Documentation/devicetree/bindings/input | |
parent | HID: Ignore battery for all ELAN I2C-HID devices (diff) | |
download | linux-e0808d7a63b8c03ea4f55b31b5cef4221eae9f34.tar.xz linux-e0808d7a63b8c03ea4f55b31b5cef4221eae9f34.zip |
dt-bindings: HID: i2c-hid: elan: Introduce Elan ekth6a12nay
The Elan ekth6a12nay touch screen chip same as Elan eKTH6915 controller
has a reset gpio. The difference is that they have different
post_power_delay_ms.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Zhaoxiong Lv <lvzhaoxiong@huaqin.corp-partner.google.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/elan,ekth6915.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/elan,ekth6915.yaml b/Documentation/devicetree/bindings/input/elan,ekth6915.yaml index a62916d07a08..cb3e1801b0d3 100644 --- a/Documentation/devicetree/bindings/input/elan,ekth6915.yaml +++ b/Documentation/devicetree/bindings/input/elan,ekth6915.yaml @@ -23,7 +23,9 @@ properties: - enum: - elan,ekth5015m - const: elan,ekth6915 - - const: elan,ekth6915 + - enum: + - elan,ekth6915 + - elan,ekth6a12nay reg: const: 0x10 |