diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-08-29 05:55:51 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 16:26:44 -0400 |
commit | ebe35aff883496c07248df82c8576c3b6e84bbbe (patch) | |
tree | 89120d403604b79e894c0e5683c9fb335d2c3460 /arch/arm/mach-orion5x/include/mach/timex.h | |
parent | 1f8081f539a80c3d36a17ecd094d104eae60c01c (diff) |
[ARM] Orion: prepare for runtime-determined timer tick rate
Currently, orion5x uses a hardcoded timer tick rate of 166 MHz, but
the actual timer tick rate varies between different members of the SoC
family (and can vary based on strap pin settings).
This patch prepares for runtime determination of the timer tick rate.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/include/mach/timex.h')
-rw-r--r-- | arch/arm/mach-orion5x/include/mach/timex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/include/mach/timex.h b/arch/arm/mach-orion5x/include/mach/timex.h index e82e44db762..4c69820e081 100644 --- a/arch/arm/mach-orion5x/include/mach/timex.h +++ b/arch/arm/mach-orion5x/include/mach/timex.h @@ -9,5 +9,3 @@ */ #define CLOCK_TICK_RATE (100 * HZ) - -#define ORION5X_TCLK 166666667 |