From: Sjoerd Simons <sjo...@collabora.com>

The TI AM654 timer is compatible with the omap-timer implementation,
so add it to the compatible id list.

Signed-off-by: Sjoerd Simons <sjo...@collabora.com>
Reviewed-by: Roger Quadros <rog...@kernel.org>
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>
---
Changes since V2:
- Fixup typos in commit message noticed by Andrew (Thanks)
- Added Roger's reviewed-by
V2: https://lore.kernel.org/all/20230726151027.2517151-2...@ti.com/
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" },
        {}
 };
 
-- 
2.40.0

Reply via email to