Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249962
b: refs/heads/master
c: 399bc48
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed May 12, 2011
1 parent 4b9a8a7 commit 4b2a28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49ac215e071234b2bf2cff7b8bf4f4f3d0e8cd6e
refs/heads/master: 399bc4863e2a3b4b255ca22189820c81ca34f4e0
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
/*
Expand Down

0 comments on commit 4b2a28a

Please sign in to comment.