diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2015-08-11 22:09:03 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-13 11:41:16 +0200 |
commit | 570ceed4e267a6d354653f4884bb8c2b4a975087 (patch) | |
tree | 4b45c51f4deeb76ac8f3860e16bb7f90d1a287dc /arch/arm/mach-gemini/include | |
parent | a54868b460b65bd93a5324a7fc35dfd556fe576c (diff) |
ARM: gemini: Add missing register definitions for gemini timer
Add missing register defintions for the gemini clocksource
Also do some #define' cleanup to make the code more readable.
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-gemini/include')
-rw-r--r-- | arch/arm/mach-gemini/include/mach/hardware.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-gemini/include/mach/hardware.h b/arch/arm/mach-gemini/include/mach/hardware.h index 98e7b0f286bf..f0390f184742 100644 --- a/arch/arm/mach-gemini/include/mach/hardware.h +++ b/arch/arm/mach-gemini/include/mach/hardware.h @@ -57,9 +57,6 @@ #define GEMINI_USB1_BASE 0x69000000 #define GEMINI_BIG_ENDIAN_BASE 0x80000000 -#define GEMINI_TIMER1_BASE GEMINI_TIMER_BASE -#define GEMINI_TIMER2_BASE (GEMINI_TIMER_BASE + 0x10) -#define GEMINI_TIMER3_BASE (GEMINI_TIMER_BASE + 0x20) /* * UART Clock when System clk is 150MHz |