]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] realview: correct MMC clock rate
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 8 Nov 2008 19:14:56 +0000 (19:14 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 8 Nov 2008 23:08:55 +0000 (23:08 +0000)
The MMC clock source is actually 24MHz, not 33MHz.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/clock.c

index 3e706c57833aebc16a39e0f61a1fa1356e4ed730..3347c4236a60bd6cb2b34cbadc09d0d966614ebf 100644 (file)
@@ -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)