Skip to content

Commit a01aca4

Browse files
Sheng-Liang Pandtor
authored andcommitted
dt-bindings: input: touchscreen: Add compatible for Goodix GT7986U chip
Add a compatible for Goodix touch screen chip GT7986U which is is expected to be fully compatible with a driver written for GT7375P. Signed-off-by: Sheng-Liang Pan <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/20221006185333.v7.3.I52e4b4b20e2eb0ae20f2a9bb198aa6410f04cf16@changeid Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent ac54089 commit a01aca4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/input/goodix,gt7375p.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ description:
1616

1717
properties:
1818
compatible:
19-
items:
19+
oneOf:
2020
- const: goodix,gt7375p
21+
- items:
22+
- const: goodix,gt7986u
23+
- const: goodix,gt7375p
2124

2225
reg:
2326
enum:

0 commit comments

Comments
 (0)