Skip to content

Commit b5e458a

Browse files
Icenowydtor
authored andcommitted
Input: goodix - add support for Goodix GT917S
Goodix GT917S is a touchscreen chip from Goodix that is in the GT1x family. Add its support by assigning the gt1x config to it. Signed-off-by: Icenowy Zheng <[email protected]> Reviewed-by: Bastien Nocera <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent cae102e commit b5e458a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/touchscreen/goodix.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
151151
{ .id = "1151", .data = &gt1x_chip_data },
152152
{ .id = "5663", .data = &gt1x_chip_data },
153153
{ .id = "5688", .data = &gt1x_chip_data },
154+
{ .id = "917S", .data = &gt1x_chip_data },
154155

155156
{ .id = "911", .data = &gt911_chip_data },
156157
{ .id = "9271", .data = &gt911_chip_data },
@@ -1397,6 +1398,7 @@ static const struct of_device_id goodix_of_match[] = {
13971398
{ .compatible = "goodix,gt911" },
13981399
{ .compatible = "goodix,gt9110" },
13991400
{ .compatible = "goodix,gt912" },
1401+
{ .compatible = "goodix,gt917s" },
14001402
{ .compatible = "goodix,gt927" },
14011403
{ .compatible = "goodix,gt9271" },
14021404
{ .compatible = "goodix,gt928" },

0 commit comments

Comments
 (0)