diff options
author | Jarrah Gosbell <kernel@undef.tools> | 2022-08-23 20:00:37 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-08-23 20:23:37 +0300 |
commit | 80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3 (patch) | |
tree | a2ebc9f2fb5003a89ed13ceeee521294efb0a27c /drivers/input/touchscreen/goodix.c | |
parent | 4f3e509996a877dca1ddffc2abdbb5857727bfc4 (diff) | |
download | linux-80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3.tar.xz |
Input: goodix - add compatible string for GT1158
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>
Diffstat (limited to 'drivers/input/touchscreen/goodix.c')
-rw-r--r-- | drivers/input/touchscreen/goodix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index ab03619d6b50..21c0dddbe41d 100644 --- a/drivers/input/touchscreen/goodix.c +++ b/drivers/input/touchscreen/goodix.c @@ -1509,6 +1509,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" }, |