diff options
author | Yannick Fertre <yannick.fertre@st.com> | 2020-03-24 20:30:19 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-03-24 23:09:19 +0100 |
commit | ec7f23e1d8adcd18dc3fc18c3b06daa681fe1e7e (patch) | |
tree | 692268a0a08a50a9a3d83ba703cb561f51ba3c09 /Documentation/devicetree | |
parent | Input: goodix - add support for Goodix GT917S (diff) | |
download | linux-ec7f23e1d8adcd18dc3fc18c3b06daa681fe1e7e.tar.xz linux-ec7f23e1d8adcd18dc3fc18c3b06daa681fe1e7e.zip |
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 <yannick.fertre@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1583144308-3781-2-git-send-email-yannick.fertre@st.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-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 |