summaryrefslogtreecommitdiff
path: root/drivers/timer
diff options
context:
space:
mode:
authorSjoerd Simons <[email protected]>2023-07-27 04:03:29 -0500
committerTom Rini <[email protected]>2023-07-28 10:10:29 -0400
commit5886c361e4cc508ac707d29b753d3183eeba6899 (patch)
tree4351acabdbde7daf3c094624f36dbcb8f80ebb97 /drivers/timer
parent7c9267e5115f5cae729a27a0c8ecc35d6297f2b3 (diff)
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 <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Reviewed-by: Tom Rini <[email protected]> Tested-by: Maxime Ripard <[email protected]> Tested-by: Ravi Gunasekaran <[email protected]> Tested-by: Mattijs Korpershoek <[email protected]> Cc: Francesco Dolcini <[email protected]> Cc: Wadim Egorov <[email protected]> Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'drivers/timer')
-rw-r--r--drivers/timer/omap-timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c
index aa2e4360c1b..9b6d97dae67 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" },
{}
};