On 7/26/23 10:10 AM, Nishanth Menon wrote:
From: Sjoerd Simons <sjo...@collabora.com>
THe TI AM654 timer is compatible with the omap-timer implementation, so
s/THe/The
add it to the id list
s/id list/compatible ID list.
Andrew
Signed-off-by: Sjoerd Simons <sjo...@collabora.com>
Reviewed-by: Tom Rini <tr...@konsulko.com>
Tested-by: Ravi Gunasekaran <r-gunaseka...@ti.com>
Tested-by: Mattijs Korpershoek <mkorpersh...@baylibre.com>
Cc: Francesco Dolcini <france...@dolcini.it>
Cc: Wadim Egorov <w.ego...@phytec.de>
Signed-off-by: Nishanth Menon <n...@ti.com>
---
No Changes since V1.
V1: https://lore.kernel.org/all/20230725125856.1807742-2...@ti.com/
Original Patch:
https://lore.kernel.org/r/20230406185542.1179073-2-sjo...@collabora.com
drivers/timer/omap-timer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c
index aa2e4360c1bb..9b6d97dae677 100644
--- a/drivers/timer/omap-timer.c
+++ b/drivers/timer/omap-timer.c
@@ -114,6 +114,7 @@ static const struct udevice_id omap_timer_ids[] = {
{ .compatible = "ti,am335x-timer" },
{ .compatible = "ti,am4372-timer" },
{ .compatible = "ti,omap5430-timer" },
+ { .compatible = "ti,am654-timer" },
{}
};