summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-11 23:41:09 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-11 23:41:09 -0700
commit3549c6242ae5fcffa4470457577a57fec2f83181 (patch)
treee61d472d463358e1c5d753b6a85911aab3d0d126
parent977732982dee1da8bc27510ae6b7435cf8957e67 (diff)
[PATCH] 68knommu: add support for 64MHz clock for ColdFire boards
From: <gerg@snapgear.com> Add support for boards that have a 64MHz clock to common Coldfire header.
-rw-r--r--include/asm-m68knommu/coldfire.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/coldfire.h b/include/asm-m68knommu/coldfire.h
index 628c93704142..8d8861b930f6 100644
--- a/include/asm-m68knommu/coldfire.h
+++ b/include/asm-m68knommu/coldfire.h
@@ -54,6 +54,8 @@
#define MCF_CLK 54000000
#elif defined(CONFIG_CLOCK_60MHz)
#define MCF_CLK 60000000
+#elif defined(CONFIG_CLOCK_64MHz)
+#define MCF_CLK 64000000
#elif defined(CONFIG_CLOCK_66MHz)
#define MCF_CLK 66000000
#elif defined(CONFIG_CLOCK_70MHz)