Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)