[U-Boot] [PATCH v2 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm

Tom Rini trini at konsulko.com
Mon Jan 4 20:57:54 CET 2016


On Thu, Dec 24, 2015 at 04:08:07PM +0530, Mugunthan V N wrote:

> Adding a timer driver for omap devices based on driver model
> and device tree.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
[snip]
> +static const struct udevice_id omap_timer_ids[] = {
> +	{ .compatible = "ti,am335x-timer" },
> +	{ .compatible = "ti,am4372-timer" },
> +	{ .compatible = "ti,omap5430-timer" },
> +	{}
> +};

This is the same IP block that's been used "forever" yes?  Can we add in
the compatibles for omap3 (and ti81xx?) as well so it will just work as
those get brought over as well?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160104/d9ee0b3e/attachment.sig>


More information about the U-Boot mailing list