Commit 210457b6 authored by Judith Mendez's avatar Judith Mendez Committed by William Breathitt Gray

counter/ti-eqep: Add new ti-am62-eqep compatible

Add new compatible for ti-am62-eqep for TI K3 SoC's.
Signed-off-by: default avatarJudith Mendez <jm@ti.com>
Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Link: https://lore.kernel.org/r/20240612135538.2447938-3-jm@ti.comSigned-off-by: default avatarWilliam Breathitt Gray <wbg@kernel.org>
parent 151ebcf0
......@@ -541,6 +541,7 @@ static void ti_eqep_remove(struct platform_device *pdev)
static const struct of_device_id ti_eqep_of_match[] = {
{ .compatible = "ti,am3352-eqep", },
{ .compatible = "ti,am62-eqep", },
{ },
};
MODULE_DEVICE_TABLE(of, ti_eqep_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment