diff mbox series

Input: goodix: Add compatible string for GT1158

Message ID 20220813043821.9981-1-kernel@undef.tools
State Accepted
Commit 80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3
Headers show
Series Input: goodix: Add compatible string for GT1158 | expand

Commit Message

Jarrah Aug. 13, 2022, 4:38 a.m. UTC
From: Jarrah Gosbell <kernel@undef.tools>

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>
---
 drivers/input/touchscreen/goodix.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov Aug. 23, 2022, 5:24 p.m. UTC | #1
On Sat, Aug 13, 2022 at 04:38:21AM +0000, kernel@undef.tools wrote:
> From: Jarrah Gosbell <kernel@undef.tools>
> 
> 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>

Applied, thank you.
diff mbox series

Patch

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index 3974cb63708f..995169701f13 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -1557,6 +1557,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" },