summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2013-11-29 14:58:58 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2013-11-29 14:58:58 +0100
commitc59f7581478dccfbccf68bdf3312f61a765aa452 (patch)
treec1c65e3fc42a10b5747634948fa1c3634e2ac775
parent63cf9b795eb2367f0b5f3279993d97df19dc17a9 (diff)
GRTIMER: added to GPTIMER driverrcc-v1.2.13
GRTIMER is compatible with GPTIMER, however the GPTIMER driver does not support the extended features of GRTIMER.
-rw-r--r--c/src/lib/libbsp/sparc/shared/timer/gptimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/timer/gptimer.c b/c/src/lib/libbsp/sparc/shared/timer/gptimer.c
index eb32911a60..9b09e26645 100644
--- a/c/src/lib/libbsp/sparc/shared/timer/gptimer.c
+++ b/c/src/lib/libbsp/sparc/shared/timer/gptimer.c
@@ -144,6 +144,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 */
};