aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorOndrej Jirman <megi@xff.cz>2022-08-11 16:16:54 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-08-11 16:18:20 -0700
commit425fe4709c76e35f93f4c0e50240f0b61b2a2e54 (patch)
tree915622758c64b57918acf1ec6f39b7619a9a6b5c /drivers/input/touchscreen
parentdt-bindings: input: touchscreen: add compatible string for Goodix GT1158 (diff)
downloadlinux-dev-425fe4709c76e35f93f4c0e50240f0b61b2a2e54.tar.xz
linux-dev-425fe4709c76e35f93f4c0e50240f0b61b2a2e54.zip
Input: goodix - add support for GT1158
This controller is used by PinePhone and PinePhone Pro. Support for the PinePhone Pro will be added in a later patch set. Signed-off-by: Ondrej Jirman <megi@xff.cz> Signed-off-by: Jarrah Gosbell <kernel@undef.tools> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20220809091200.290492-1-kernel@undef.tools Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/goodix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index d016505fc081..ab03619d6b50 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
static const struct goodix_chip_id goodix_chip_ids[] = {
{ .id = "1151", .data = &gt1x_chip_data },
+ { .id = "1158", .data = &gt1x_chip_data },
{ .id = "5663", .data = &gt1x_chip_data },
{ .id = "5688", .data = &gt1x_chip_data },
{ .id = "917S", .data = &gt1x_chip_data },