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 <redacted>
---
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 +
1 file changed, 1 insertion(+)
On Fri, 2020-02-28 at 14:57 +0100, Yannick Fertre wrote:
quoted hunk
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 <redacted>
---
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1
+
1 file changed, 1 insertion(+)
diff --git
a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
index d7c3262..9f65d67 100644
It's not going to be much help if you don't have a driver patch that
adds that string to the OF match table. And please CC: the driver
maintainer as well.