Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
0efdbe4ab9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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