Skip to content

Commit 80b9ebd

Browse files
Jarrah Gosbelldtor
authored andcommitted
Input: goodix - add compatible string for GT1158
Add compatible string for GT1158 missing from the previous patch. Fixes: 425fe47 ("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>
1 parent 4f3e509 commit 80b9ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/touchscreen/goodix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,7 @@ MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);
15091509
#ifdef CONFIG_OF
15101510
static const struct of_device_id goodix_of_match[] = {
15111511
{ .compatible = "goodix,gt1151" },
1512+
{ .compatible = "goodix,gt1158" },
15121513
{ .compatible = "goodix,gt5663" },
15131514
{ .compatible = "goodix,gt5688" },
15141515
{ .compatible = "goodix,gt911" },

0 commit comments

Comments
 (0)