Skip to content

Commit

Permalink
goodix_ts: add gt917d
Browse files Browse the repository at this point in the history
  • Loading branch information
ntonnaett committed Aug 19, 2023
1 parent b167a04 commit 0972520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/input/touchscreen/goodix.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
{ .id = "912", .data = &gt967_chip_data },
{ .id = "9147", .data = &gt967_chip_data },
{ .id = "967", .data = &gt967_chip_data },

{ .id = "917D", .data = &gt9x_chip_data },
{ }
};

Expand Down Expand Up @@ -1532,6 +1534,7 @@ static const struct of_device_id goodix_of_match[] = {
{ .compatible = "goodix,gt9110" },
{ .compatible = "goodix,gt912" },
{ .compatible = "goodix,gt9147" },
{ .compatible = "goodix,gt917d" },
{ .compatible = "goodix,gt917s" },
{ .compatible = "goodix,gt927" },
{ .compatible = "goodix,gt9271" },
Expand Down

0 comments on commit 0972520

Please sign in to comment.