diff options
author | Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> | 2023-12-27 16:50:12 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-01-02 11:30:55 +0100 |
commit | d74ac6f60a7ef677c3b7702f103b670142f84d66 (patch) | |
tree | 576cd09dde8964723f843c65422b6714bc12e531 /Documentation/devicetree | |
parent | 3f10e214a9de738832b357a58b605c2fbd23aa96 (diff) |
dt-bindings: HID: i2c-hid: elan: Introduce Ilitek ili2901
The Ilitek ili2901 touch screen chip same as Elan eKTH6915 controller
has a reset gpio. The difference is that they have different
post_power_delay_ms and post_gpio_reset_on_delay_ms.
Ilitek ili2901 also uses 3.3V power supply.
Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/input/elan,ekth6915.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/elan,ekth6915.yaml b/Documentation/devicetree/bindings/input/elan,ekth6915.yaml index 3e2d216c6432..dc4ac41f2441 100644 --- a/Documentation/devicetree/bindings/input/elan,ekth6915.yaml +++ b/Documentation/devicetree/bindings/input/elan,ekth6915.yaml @@ -18,8 +18,9 @@ allOf: properties: compatible: - items: - - const: elan,ekth6915 + enum: + - elan,ekth6915 + - ilitek,ili2901 reg: const: 0x10 |