diff mbox series

[v2,1/8] counter/ti-eqep: Add new ti-am62-eqep compatible

Message ID 20240523231516.545085-2-jm@ti.com (mailing list archive)
State Handled Elsewhere
Headers show
Series Enable eQEP DT support for Sitara K3 platforms | expand

Commit Message

Judith Mendez May 23, 2024, 11:15 p.m. UTC
Add new compatible for ti-am62-eqep for TI K3 SoC's.

Signed-off-by: Judith Mendez <jm@ti.com>
---
Changes since v1:
- Add new compatible ti,am62-eqep
---
 drivers/counter/ti-eqep.c | 1 +
 1 file changed, 1 insertion(+)

Comments

David Lechner May 24, 2024, 9:18 p.m. UTC | #1
On 5/23/24 6:15 PM, Judith Mendez wrote:
> Add new compatible for ti-am62-eqep for TI K3 SoC's.
> 
> Signed-off-by: Judith Mendez <jm@ti.com>
> ---
> Changes since v1:
> - Add new compatible ti,am62-eqep
> ---

Reviewed-by: David Lechner <david@lechnology.com>
diff mbox series

Patch

diff --git a/drivers/counter/ti-eqep.c b/drivers/counter/ti-eqep.c
index b0f24cf3e891d..f6850e142ddff 100644
--- a/drivers/counter/ti-eqep.c
+++ b/drivers/counter/ti-eqep.c
@@ -439,6 +439,7 @@  static int 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);