Message ID | 20220105060323.7928-5-nikita@trvn.ru |
---|---|
State | Accepted |
Commit | 9df136b555221e8eb3f4e5d3958d8fe11783abcf |
Headers | show |
Series | Add touch-keys support to the Zinitix touch driver | expand |
diff --git a/drivers/input/touchscreen/zinitix.c b/drivers/input/touchscreen/zinitix.c index e84e4c3b1b3a..7c82c4f5fa6b 100644 --- a/drivers/input/touchscreen/zinitix.c +++ b/drivers/input/touchscreen/zinitix.c @@ -571,6 +571,7 @@ static SIMPLE_DEV_PM_OPS(zinitix_pm_ops, zinitix_suspend, zinitix_resume); #ifdef CONFIG_OF static const struct of_device_id zinitix_of_match[] = { + { .compatible = "zinitix,bt532" }, { .compatible = "zinitix,bt541" }, { } };