Skip to content

Commit 9df136b

Browse files
TravMuravdtor
authored andcommitted
Input: zinitix - add compatible for bt532
Zinitix BT532 is another touch controller that seem to implement the same interface as an already supported BT541. Add it to the driver. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Nikita Travkin <nikita@trvn.ru> Link: https://lore.kernel.org/r/20220106072840.36851-5-nikita@trvn.ru Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent c54be0e commit 9df136b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/touchscreen/zinitix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ static SIMPLE_DEV_PM_OPS(zinitix_pm_ops, zinitix_suspend, zinitix_resume);
571571

572572
#ifdef CONFIG_OF
573573
static const struct of_device_id zinitix_of_match[] = {
574+
{ .compatible = "zinitix,bt532" },
574575
{ .compatible = "zinitix,bt541" },
575576
{ }
576577
};

0 commit comments

Comments
 (0)