omap: timer: add ti,am654-timer compatibility
The TI AM654 timer is compatible with the omap-timer implementation, so add it to the id list Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
This commit is contained in:
parent
eea9ceeb3e
commit
91745f69b7
|
|
@ -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…
Reference in New Issue