projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151ebcf
)
counter/ti-eqep: Add new ti-am62-eqep compatible
author
Judith Mendez
<jm@ti.com>
Wed, 12 Jun 2024 13:55:32 +0000
(08:55 -0500)
committer
William Breathitt Gray
<wbg@kernel.org>
Mon, 1 Jul 2024 01:40:27 +0000
(10:40 +0900)
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>
drivers/counter/ti-eqep.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/counter/ti-eqep.c
b/drivers/counter/ti-eqep.c
index d8a789cf541795785b22186b039c35cc06bea804..313b91456f2652b145e5418d7da590f32a8b398c 100644
(file)
--- 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);