diff options
Diffstat (limited to 'drivers/mmc/host/mmci.c')
-rw-r--r-- | drivers/mmc/host/mmci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 92061f8df31e..4941e06fe2e1 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) | |||
103 | if (desired) { | 103 | if (desired) { |
104 | if (desired >= host->mclk) { | 104 | if (desired >= host->mclk) { |
105 | clk = MCI_CLK_BYPASS; | 105 | clk = MCI_CLK_BYPASS; |
106 | if (variant->st_clkdiv) | ||
107 | clk |= MCI_ST_UX500_NEG_EDGE; | ||
106 | host->cclk = host->mclk; | 108 | host->cclk = host->mclk; |
107 | } else if (variant->st_clkdiv) { | 109 | } else if (variant->st_clkdiv) { |
108 | /* | 110 | /* |