Skip to content

Commit

Permalink
Input: goodix - add compatible string for GT1158
Browse files Browse the repository at this point in the history
commit 80b9ebd upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jarrah Gosbell authored and gregkh committed Sep 20, 2022
1 parent b9b39f7 commit 2776749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/touchscreen/goodix.c
Expand Up @@ -1363,6 +1363,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" },
Expand Down

0 comments on commit 2776749

Please sign in to comment.