Commit dc890ae4 authored by Mark A. Greer's avatar Mark A. Greer Committed by Kevin Hilman

ARM: DaVinci - Remove unused compare reg defines

The offset for the compare register used by the davinci
time code are passed in via the cmp_off member of the
'davinci_timer_instance' structure.  Therefore, the
offset defined in time.c are not necessary.
Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
parent 0d422fb1
......@@ -55,16 +55,6 @@ enum {
#define TGCR 0x24
#define WDTCR 0x28
/* Offsets of the 8 compare registers */
#define CMP12_0 0x60
#define CMP12_1 0x64
#define CMP12_2 0x68
#define CMP12_3 0x6c
#define CMP12_4 0x70
#define CMP12_5 0x74
#define CMP12_6 0x78
#define CMP12_7 0x7c
/* Timer register bitfields */
#define TCR_ENAMODE_DISABLE 0x0
#define TCR_ENAMODE_ONESHOT 0x1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment