summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrah Gosbell <kernel@undef.tools>2022-08-23 10:00:37 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-20 12:38:33 +0200
commit744f98f71dc6424324272bc66d982a43f72fe009 (patch)
treea851a8480c648a47e08259417cbe160cce51b305
parentc7f4c203d18ca29c437c405b2b1a8de5c2cac5d7 (diff)
Input: goodix - add compatible string for GT1158
commit 80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3 upstream. Add compatible string for GT1158 missing from the previous patch. Fixes: 425fe4709c76 ("Input: goodix - add support for GT1158") Signed-off-by: Jarrah Gosbell <kernel@undef.tools> Link: https://lore.kernel.org/r/20220813043821.9981-1-kernel@undef.tools Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 1c03cbbab133..b23abde5d7db 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -1386,6 +1386,7 @@ MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);
#ifdef CONFIG_OF
static const struct of_device_id goodix_of_match[] = {
{ .compatible = "goodix,gt1151" },
+ { .compatible = "goodix,gt1158" },
{ .compatible = "goodix,gt5663" },
{ .compatible = "goodix,gt5688" },
{ .compatible = "goodix,gt911" },