diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-01-30 07:33:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:36 -0500 |
commit | 5e3a77e9a9b7bfc1f69f51fe6d34aa649887980c (patch) | |
tree | 2ec08958a77752beb57ee8e823a4baac509be8dd /include/asm-x86/timex.h | |
parent | 0acf8e3447b893ff921863c2a4258e210d584452 (diff) |
x86: add support for the RDC R-321x SoC
This patch adds support for the RDC R-321x system-on-chip,
also known as R-861x-(G). It uses the generic GPIO API and
has support for the on-chip hardware watchdog.
Build-fix from: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/timex.h')
-rw-r--r-- | include/asm-x86/timex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/timex.h b/include/asm-x86/timex.h index 39a21ab030f0..27cfd6c599ba 100644 --- a/include/asm-x86/timex.h +++ b/include/asm-x86/timex.h | |||
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | #ifdef CONFIG_X86_ELAN | 8 | #ifdef CONFIG_X86_ELAN |
9 | # define PIT_TICK_RATE 1189200 /* AMD Elan has different frequency! */ | 9 | # define PIT_TICK_RATE 1189200 /* AMD Elan has different frequency! */ |
10 | #elif defined(CONFIG_X86_RDC321X) | ||
11 | # define PIT_TICK_RATE 1041667 /* Underlying HZ for R8610 */ | ||
10 | #else | 12 | #else |
11 | # define PIT_TICK_RATE 1193182 /* Underlying HZ */ | 13 | # define PIT_TICK_RATE 1193182 /* Underlying HZ */ |
12 | #endif | 14 | #endif |