瀏覽代碼

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 年之前
父節點
當前提交
0efdbe4ab9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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