[PATCH v2 18/19] dt-bindings: input: touchscreen: goodix: Add binding for GT970
From: Muzaffer Kadir via B4 Relay
Date: Wed Sep 16 2026 - 10:44:09 EST
From: Muzaffer Kadir <muzafferkadir@xxxxxxxxxxxxxx>
GT970 works with GT911 driver, document it to be
used with GT911 compatible.
Signed-off-by: Muzaffer Kadir <muzafferkadir@xxxxxxxxxxxxxx>
---
.../bindings/input/touchscreen/goodix.yaml | 35 ++++++++++++----------
1 file changed, 20 insertions(+), 15 deletions(-)
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
index a26a54d63a1c..4be2c137abd7 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
@@ -14,21 +14,26 @@ allOf:
properties:
compatible:
- enum:
- - goodix,gt1151
- - goodix,gt1158
- - goodix,gt5663
- - goodix,gt5688
- - goodix,gt911
- - goodix,gt9110
- - goodix,gt912
- - goodix,gt9147
- - goodix,gt917s
- - goodix,gt927
- - goodix,gt9271
- - goodix,gt928
- - goodix,gt9286
- - goodix,gt967
+ oneOf:
+ - enum:
+ - goodix,gt1151
+ - goodix,gt1158
+ - goodix,gt5663
+ - goodix,gt5688
+ - goodix,gt911
+ - goodix,gt9110
+ - goodix,gt912
+ - goodix,gt9147
+ - goodix,gt917s
+ - goodix,gt927
+ - goodix,gt9271
+ - goodix,gt928
+ - goodix,gt9286
+ - goodix,gt967
+ - items:
+ - enum:
+ - goodix,gt970
+ - const: goodix,gt911
reg:
enum: [ 0x5d, 0x14 ]
--
2.55.0