소스 검색

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