Skip to content

Commit 210457b

Browse files
jmentiWilliam Breathitt Gray
authored andcommitted
counter/ti-eqep: Add new ti-am62-eqep compatible
Add new compatible for ti-am62-eqep for TI K3 SoC's. Signed-off-by: Judith Mendez <[email protected]> Reviewed-by: David Lechner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: William Breathitt Gray <[email protected]>
1 parent 151ebcf commit 210457b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/counter/ti-eqep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ static void ti_eqep_remove(struct platform_device *pdev)
541541

542542
static const struct of_device_id ti_eqep_of_match[] = {
543543
{ .compatible = "ti,am3352-eqep", },
544+
{ .compatible = "ti,am62-eqep", },
544545
{ },
545546
};
546547
MODULE_DEVICE_TABLE(of, ti_eqep_of_match);

0 commit comments

Comments
 (0)