GRTIMER: added to GPTIMER driver

GRTIMER is compatible with GPTIMER, however the GPTIMER driver
does not support the extended features of GRTIMER.
This commit is contained in:
Daniel Hellstrom
2013-11-29 14:58:58 +01:00
parent 9b8e04e21d
commit fa12bb4396

View File

@@ -141,6 +141,7 @@ struct drvmgr_drv_ops gptimer_ops =
struct amba_dev_id gptimer_ids[] =
{
{VENDOR_GAISLER, GAISLER_GPTIMER},
{VENDOR_GAISLER, GAISLER_GRTIMER},
{0, 0} /* Mark end of table */
};