Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336307
b: refs/heads/master
c: 257f9df
h: refs/heads/master
i:
  336305: 57936b6
  336303: c1b4bd5
v: v3
  • Loading branch information
Vipul Kumar Samar authored and Chris Ball committed Dec 6, 2012
1 parent a4de4cb commit df17fa2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b96efccb8fc9939605599e5b2c026644973cc92d
refs/heads/master: 257f9df12307cb0239196d9ec18e2af12c52435e
5 changes: 5 additions & 0 deletions trunk/drivers/mmc/host/sdhci-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ static int __devinit sdhci_probe(struct platform_device *pdev)
goto put_clk;
}

ret = clk_set_rate(sdhci->clk, 50000000);
if (ret)
dev_dbg(&pdev->dev, "Error setting desired clk, clk=%lu\n",
clk_get_rate(sdhci->clk));

if (np) {
sdhci->data = sdhci_probe_config_dt(pdev);
if (IS_ERR(sdhci->data)) {
Expand Down

0 comments on commit df17fa2

Please sign in to comment.