linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: goodix: Add compatible string for GT1158
@ 2022-08-13  4:38 kernel
  2022-08-23 17:24 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: kernel @ 2022-08-13  4:38 UTC (permalink / raw)
  To: Bastien Nocera, Hans de Goede, Dmitry Torokhov, Ondrej Jirman,
	Jarrah Gosbell, linux-input, linux-kernel
  Cc: phone-devel

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(+)

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" },
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: goodix: Add compatible string for GT1158
  2022-08-13  4:38 [PATCH] Input: goodix: Add compatible string for GT1158 kernel
@ 2022-08-23 17:24 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2022-08-23 17:24 UTC (permalink / raw)
  To: kernel
  Cc: Bastien Nocera, Hans de Goede, Ondrej Jirman, linux-input,
	linux-kernel, phone-devel

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.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-23 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-13  4:38 [PATCH] Input: goodix: Add compatible string for GT1158 kernel
2022-08-23 17:24 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).