|
@@ -3282,6 +3282,11 @@ static SIMPLE_DEV_PM_OPS(mxt_pm_ops, mxt_suspend, mxt_resume);
|
|
|
|
|
|
static const struct of_device_id mxt_of_match[] = {
|
|
static const struct of_device_id mxt_of_match[] = {
|
|
{ .compatible = "atmel,maxtouch", },
|
|
{ .compatible = "atmel,maxtouch", },
|
|
|
|
+ /* Compatibles listed below are deprecated */
|
|
|
|
+ { .compatible = "atmel,qt602240_ts", },
|
|
|
|
+ { .compatible = "atmel,atmel_mxt_ts", },
|
|
|
|
+ { .compatible = "atmel,atmel_mxt_tp", },
|
|
|
|
+ { .compatible = "atmel,mXT224", },
|
|
{},
|
|
{},
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, mxt_of_match);
|
|
MODULE_DEVICE_TABLE(of, mxt_of_match);
|