[PATCH V3 1/3] omap: timer: add ti,am654-timer compatibility

Nishanth Menon nm at ti.com
Thu Jul 27 11:03:29 CEST 2023


From: Sjoerd Simons <sjoerd at 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 <sjoerd at collabora.com>
Reviewed-by: Roger Quadros <rogerq at kernel.org>
Reviewed-by: Tom Rini <trini at konsulko.com>
Tested-by: Ravi Gunasekaran <r-gunasekaran at ti.com>
Tested-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
Cc: Francesco Dolcini <francesco at dolcini.it>
Cc: Wadim Egorov <w.egorov at phytec.de>
Signed-off-by: Nishanth Menon <nm at 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-nm@ti.com/
V1: https://lore.kernel.org/all/20230725125856.1807742-2-nm@ti.com/
Original Patch: https://lore.kernel.org/r/20230406185542.1179073-2-sjoerd@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



More information about the U-Boot mailing list