[RFC PATCH 1/4] omap: timer: add ti,am654-timer compatibility
Nishanth Menon
nm at ti.com
Thu Jul 13 09:20:16 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 id list
Signed-off-by: Sjoerd Simons <sjoerd at collabora.com>
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>
---
No change from what Sjoerd has done.
V1: 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