We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151ebcf commit 210457bCopy full SHA for 210457b
drivers/counter/ti-eqep.c
@@ -541,6 +541,7 @@ static void ti_eqep_remove(struct platform_device *pdev)
541
542
static const struct of_device_id ti_eqep_of_match[] = {
543
{ .compatible = "ti,am3352-eqep", },
544
+ { .compatible = "ti,am62-eqep", },
545
{ },
546
};
547
MODULE_DEVICE_TABLE(of, ti_eqep_of_match);
0 commit comments