aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-11-08 19:14:56 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-11-08 23:08:55 +0000
commit0fded351a7d03fc69484d5a9e655fbd15a8e7dab (patch)
tree209632f3fc195a350a724023ebe8c4226ebd12c0 /arch/arm
parent[ARM] 5329/1: Feroceon: fix feroceon_l2_inv_range (diff)
downloadlinux-dev-0fded351a7d03fc69484d5a9e655fbd15a8e7dab.tar.xz
linux-dev-0fded351a7d03fc69484d5a9e655fbd15a8e7dab.zip
[ARM] realview: correct MMC clock rate
The MMC clock source is actually 24MHz, not 33MHz. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-realview/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/clock.c b/arch/arm/mach-realview/clock.c
index 3e706c57833a..3347c4236a60 100644
--- a/arch/arm/mach-realview/clock.c
+++ b/arch/arm/mach-realview/clock.c
@@ -104,7 +104,7 @@ static struct clk uart_clk = {
static struct clk mmci_clk = {
.name = "MCLK",
- .rate = 33000000,
+ .rate = 24000000,
};
int clk_register(struct clk *clk)