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 <mugunthan...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to