Browse Source

touch: goodix: add compatible string for dual touch

Add gt9916S2 compatible string for dual touch handle
dependency.

Change-Id: I9efb9af1a56bc218a9b2b7d21a92e337d093c630
Signed-off-by: Raviteja Tamatam <[email protected]>
Raviteja Tamatam 2 năm trước cách đây
mục cha
commit
0efdbe4ab9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      goodix_berlin_driver/goodix_brl_spi.c

+ 1 - 0
goodix_berlin_driver/goodix_brl_spi.c

@@ -275,6 +275,7 @@ static const struct of_device_id spi_matchs[] = {
 	{.compatible = "goodix,gt9897T",},
 	{.compatible = "goodix,gt9966S",},
 	{.compatible = "goodix,gt9916S",},
+	{.compatible = "goodix,gt9916S2",},
 	{},
 };
 #endif