Commit 3549c624 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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.
parent 97773298
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment