Commit 7bfc0b2e authored by Russell King's avatar Russell King Committed by Russell King

[ARM] versatile: 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 0fded351
......@@ -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)
......
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