diff options
author | Judith Mendez <jm@ti.com> | 2024-06-12 08:55:32 -0500 |
---|---|---|
committer | William Breathitt Gray <wbg@kernel.org> | 2024-07-01 10:40:27 +0900 |
commit | 210457b651acd61fced405cf7fef12a482932ca1 (patch) | |
tree | 08be1090acd053c5b079b80fa3e71d573a7672b0 /drivers/counter | |
parent | 151ebcf0797b1a3ba53c8843dc21748c80e098c7 (diff) |
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 <jm@ti.com>
Reviewed-by: David Lechner <david@lechnology.com>
Link: https://lore.kernel.org/r/20240612135538.2447938-3-jm@ti.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
Diffstat (limited to 'drivers/counter')
-rw-r--r-- | drivers/counter/ti-eqep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/counter/ti-eqep.c b/drivers/counter/ti-eqep.c index d8a789cf5417..313b91456f26 100644 --- a/drivers/counter/ti-eqep.c +++ b/drivers/counter/ti-eqep.c @@ -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); |