Skip to content

Commit 87d9d1e

Browse files
pH5dtor
authored andcommitted
dt-bindings: input: touchscreen: exc3000: add EXC81W32
Add compatible for EXC81W32 touchscreen controllers. They use the same protocol and have the same resolution as EXC80H84. Signed-off-by: Philipp Zabel <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent f48ecbd commit 87d9d1e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- eeti,exc3000
19-
- eeti,exc80h60
20-
- eeti,exc80h84
17+
oneOf:
18+
- const: eeti,exc3000
19+
- const: eeti,exc80h60
20+
- const: eeti,exc80h84
21+
- items:
22+
- enum:
23+
- eeti,exc81w32
24+
- const: eeti,exc80h84
2125
reg:
2226
const: 0x2a
2327
interrupts:

0 commit comments

Comments
 (0)