This series adds support for the Goodix Berlin-A series touch ICs (gt9897). This was tested on a Xiaomi 11 Lite 5G NE (xiaomi-lisa), which uses the gt9897 IC connected over SPI. I am not aware of any device that has gt9897 connected over I2C and therefore could not test it, so I didn't add a compatible in the I2C driver.
To: Dmitry Torokhov <dmitry.torok...@gmail.com> To: Rob Herring <r...@kernel.org> To: Krzysztof Kozlowski <krzk...@kernel.org> To: Conor Dooley <conor...@kernel.org> To: Bastien Nocera <had...@hadess.net> To: Hans de Goede <hdego...@redhat.com> To: Neil Armstrong <neil.armstr...@linaro.org> Cc: Luca Weiss <luca.we...@fairphone.com> Cc: linux-in...@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: phone-de...@vger.kernel.org Cc: li...@mainlining.org Cc: ~postmarketos/upstream...@lists.sr.ht Signed-off-by: Jens Reidel <adr...@travitia.xyz> Jens Reidel (2): dt-bindings: input: goodix,gt9916: Document gt9897 compatible Input: goodix_berlin - Add support for Berlin-A series .../input/touchscreen/goodix,gt9916.yaml | 1 + drivers/input/touchscreen/goodix_berlin.h | 9 ++++ .../input/touchscreen/goodix_berlin_core.c | 27 +++++++++--- drivers/input/touchscreen/goodix_berlin_i2c.c | 6 ++- drivers/input/touchscreen/goodix_berlin_spi.c | 44 +++++++++++++++---- 5 files changed, 73 insertions(+), 14 deletions(-) -- 2.48.1