From: Linus Walleij Date: Fri, 1 Apr 2011 06:59:17 +0000 (+0100) Subject: ARM: 6858/1: mmci: force negative edge on clock bypass for ux500 X-Git-Tag: v3.0~700^2~1^5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=399bc4863e2a3b4b255ca22189820c81ca34f4e0;p=platform%2Fkernel%2Flinux-amlogic.git ARM: 6858/1: mmci: force negative edge on clock bypass for ux500 This fixes a regression on high clock speeds with the MMCI on ux500. We need to make sure we derive the passthru clock on the falling edge of the incoming clock if it shall work at high frequencies, and on the ux500's there is a special bit for this. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 92061f8..4941e06 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -103,6 +103,8 @@ static void mmci_set_clkreg(struct mmci_host *host, unsigned int desired) if (desired) { if (desired >= host->mclk) { clk = MCI_CLK_BYPASS; + if (variant->st_clkdiv) + clk |= MCI_ST_UX500_NEG_EDGE; host->cclk = host->mclk; } else if (variant->st_clkdiv) { /*