diff options
author | Thara Gopinath <thara@ti.com> | 2011-02-23 00:14:04 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-02-27 19:11:08 -0700 |
commit | eddb12624d9a8087f1f8f1a2812f840c5e8191ac (patch) | |
tree | 55e0706d4e79d7b59a29bfb05e94c256df40e0c1 /arch/arm/plat-omap/include/plat/dmtimer.h | |
parent | 7cab8713b1ed0dab08ad6458f92a40b7ff4be619 (diff) | |
download | talos-op-linux-eddb12624d9a8087f1f8f1a2812f840c5e8191ac.tar.gz talos-op-linux-eddb12624d9a8087f1f8f1a2812f840c5e8191ac.zip |
OMAP2420: hwmod data: add dmtimer
Add dmtimer data.
Signed-off-by: Thara Gopinath <thara@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/dmtimer.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/dmtimer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h index dfa3aff9761b..d6c70d2f4030 100644 --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h @@ -3,6 +3,12 @@ * * OMAP Dual-Mode Timers * + * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ + * Tarun Kanti DebBarma <tarun.kanti@ti.com> + * Thara Gopinath <thara@ti.com> + * + * Platform device conversion and hwmod support. + * * Copyright (C) 2005 Nokia Corporation * Author: Lauri Leukkunen <lauri.leukkunen@nokia.com> * PWM and clock framwork support by Timo Teras. @@ -44,6 +50,11 @@ #define OMAP_TIMER_TRIGGER_OVERFLOW 0x01 #define OMAP_TIMER_TRIGGER_OVERFLOW_AND_COMPARE 0x02 +/* + * IP revision identifier so that Highlander IP + * in OMAP4 can be distinguished. + */ +#define OMAP_TIMER_IP_VERSION_1 0x1 struct omap_dm_timer; extern struct omap_dm_timer *gptimer_wakeup; extern struct sys_timer omap_timer; |