diff options
author | Yannick Fertre <[email protected]> | 2020-03-24 12:30:19 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2020-03-24 15:09:19 -0700 |
commit | ec7f23e1d8adcd18dc3fc18c3b06daa681fe1e7e (patch) | |
tree | 692268a0a08a50a9a3d83ba703cb561f51ba3c09 | |
parent | b5e458af8a1447db78818fc273364ef88c2aa1dc (diff) |
dt-bindings: touchscreen: goodix: support of gt9147
Add support for it by adding compatible.
The chip data on GT9147 is similar to GT912, like
- config data register has 0x8047 address
- config data register max len is 240
- config data checksum has 8-bit
Signed-off-by: Yannick Fertre <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml index 109e5ca8d6e8..18cdaf0a90c1 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml @@ -21,6 +21,7 @@ properties: - goodix,gt911 - goodix,gt9110 - goodix,gt912 + - goodix,gt9147 - goodix,gt917s - goodix,gt927 - goodix,gt9271 |