Skip to content

Commit de8aa31

Browse files
linuswdtor
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 37ef4c1 commit de8aa31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)