Commit 0fded351 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] realview: correct MMC clock rate

The MMC clock source is actually 24MHz, not 33MHz.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 72bc2b1a
......@@ -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)
......
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