From: Sjoerd Simons Date: Thu, 27 Jul 2023 09:03:29 +0000 (-0500) Subject: omap: timer: add ti,am654-timer compatibility X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5886c361e4cc508ac707d29b753d3183eeba6899;p=u-boot.git omap: timer: add ti,am654-timer compatibility The TI AM654 timer is compatible with the omap-timer implementation, so add it to the compatible id list. Signed-off-by: Sjoerd Simons Reviewed-by: Roger Quadros Reviewed-by: Tom Rini Tested-by: Maxime Ripard Tested-by: Ravi Gunasekaran Tested-by: Mattijs Korpershoek Cc: Francesco Dolcini Cc: Wadim Egorov Signed-off-by: Nishanth Menon --- diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c index aa2e4360c1..9b6d97dae6 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" }, {} };