Skip to content

Commit de8aa31

Browse files
Linus Walleijdtor
authored andcommitted
Input: zinitix - add new compatible strings
This driver works just fine with the BT404 version of the touchscreen as well. Tested on the Samsung GT-I8160 (Codina) mobile phone. Add all the new variants from the binding document so people can easily test them, we believe most of them work more or less. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20220214234033.1052681-1-linus.walleij@linaro.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 37ef4c1 commit de8aa31

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

drivers/input/touchscreen/zinitix.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,20 @@ 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,bt402" },
575+
{ .compatible = "zinitix,bt403" },
576+
{ .compatible = "zinitix,bt404" },
577+
{ .compatible = "zinitix,bt412" },
578+
{ .compatible = "zinitix,bt413" },
579+
{ .compatible = "zinitix,bt431" },
580+
{ .compatible = "zinitix,bt432" },
581+
{ .compatible = "zinitix,bt531" },
574582
{ .compatible = "zinitix,bt532" },
583+
{ .compatible = "zinitix,bt538" },
575584
{ .compatible = "zinitix,bt541" },
585+
{ .compatible = "zinitix,bt548" },
586+
{ .compatible = "zinitix,bt554" },
587+
{ .compatible = "zinitix,at100" },
576588
{ }
577589
};
578590
MODULE_DEVICE_TABLE(of, zinitix_of_match);

0 commit comments

Comments
 (0)