mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
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 <sjoerd@collabora.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Maxime Ripard <mripard@kernel.org> Tested-by: Ravi Gunasekaran <r-gunasekaran@ti.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Cc: Francesco Dolcini <francesco@dolcini.it> Cc: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
7c9267e511
commit
5886c361e4
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue