]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] versatile: correct MMC clock rate
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 8 Nov 2008 20:12:36 +0000 (20:12 +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-versatile/clock.c

index 9336508ec0b2b1311bbf6c0ceda0fdaa40d8910d..58937f1fb38ce7b4d805f86771d1ccdac9383457 100644 (file)
@@ -105,7 +105,7 @@ static struct clk uart_clk = {
 
 static struct clk mmci_clk = {
        .name   = "MCLK",
-       .rate   = 33000000,
+       .rate   = 24000000,
 };
 
 int clk_register(struct clk *clk)