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 <p.zabel@pengutronix.de> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240710-input-exc3000-exc81w32-v3-1-4272183628b4@pengutronix.de Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent f48ecbd commit 87d9d1e

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

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)