Commit 80b9ebd3 authored by Jarrah Gosbell's avatar Jarrah Gosbell Committed by Dmitry Torokhov

Input: goodix - add compatible string for GT1158

Add compatible string for GT1158 missing from the previous patch.

Fixes: 425fe470 ("Input: goodix - add support for GT1158")
Signed-off-by: default avatarJarrah Gosbell <kernel@undef.tools>
Link: https://lore.kernel.org/r/20220813043821.9981-1-kernel@undef.toolsSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 4f3e5099
...@@ -1509,6 +1509,7 @@ MODULE_DEVICE_TABLE(acpi, goodix_acpi_match); ...@@ -1509,6 +1509,7 @@ MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);
#ifdef CONFIG_OF #ifdef CONFIG_OF
static const struct of_device_id goodix_of_match[] = { static const struct of_device_id goodix_of_match[] = {
{ .compatible = "goodix,gt1151" }, { .compatible = "goodix,gt1151" },
{ .compatible = "goodix,gt1158" },
{ .compatible = "goodix,gt5663" }, { .compatible = "goodix,gt5663" },
{ .compatible = "goodix,gt5688" }, { .compatible = "goodix,gt5688" },
{ .compatible = "goodix,gt911" }, { .compatible = "goodix,gt911" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment