diff options
author | Brian Swetland <swetland@google.com> | 2006-06-26 19:16:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-26 19:16:03 -0400 |
commit | 495f71db30e279a5a696fa6622fc75451caa8366 (patch) | |
tree | 84c923fe4688dc88ecf696885a13b7ad42695100 /arch/arm/mach-omap1/time.c | |
parent | ffb7a80f932550590ef54791b60db7e6ffce63f3 (diff) |
ARM: OMAP: Add core fsample support
This patch adds core support for the TI F-Sample Board (OMAP 850).
Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/time.c')
-rw-r--r-- | arch/arm/mach-omap1/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index a85fe6066bc4..64c2d69c615c 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -94,7 +94,7 @@ static inline unsigned long long cycles_2_ns(unsigned long long cyc) | |||
94 | * will break. On P2, the timer count rate is 6.5 MHz after programming PTV | 94 | * will break. On P2, the timer count rate is 6.5 MHz after programming PTV |
95 | * with 0. This divides the 13MHz input by 2, and is undocumented. | 95 | * with 0. This divides the 13MHz input by 2, and is undocumented. |
96 | */ | 96 | */ |
97 | #ifdef CONFIG_MACH_OMAP_PERSEUS2 | 97 | #if defined(CONFIG_MACH_OMAP_PERSEUS2) || defined(CONFIG_MACH_OMAP_FSAMPLE) |
98 | /* REVISIT: This ifdef construct should be replaced by a query to clock | 98 | /* REVISIT: This ifdef construct should be replaced by a query to clock |
99 | * framework to see if timer base frequency is 12.0, 13.0 or 19.2 MHz. | 99 | * framework to see if timer base frequency is 12.0, 13.0 or 19.2 MHz. |
100 | */ | 100 | */ |