summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/input/elan,ekth6915.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/input/elan,ekth6915.yaml')
-rw-r--r--dts/Bindings/input/elan,ekth6915.yaml10
1 files changed, 8 insertions, 2 deletions
diff --git a/dts/Bindings/input/elan,ekth6915.yaml b/dts/Bindings/input/elan,ekth6915.yaml
index 05e6f2df60..dc4ac41f24 100644
--- a/dts/Bindings/input/elan,ekth6915.yaml
+++ b/dts/Bindings/input/elan,ekth6915.yaml
@@ -13,10 +13,14 @@ description:
Supports the Elan eKTH6915 touchscreen controller.
This touchscreen controller uses the i2c-hid protocol with a reset GPIO.
+allOf:
+ - $ref: /schemas/input/touchscreen/touchscreen.yaml#
+
properties:
compatible:
- items:
- - const: elan,ekth6915
+ enum:
+ - elan,ekth6915
+ - ilitek,ili2901
reg:
const: 0x10
@@ -24,6 +28,8 @@ properties:
interrupts:
maxItems: 1
+ panel: true
+
reset-gpios:
description: Reset GPIO; not all touchscreens using eKTH6915 hook this up.