Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144557
b: refs/heads/master
c: 79bccc5
h: refs/heads/master
i:
  144555: 3652635
v: v3
  • Loading branch information
José M. Fernández authored and Pierre Ossman committed May 3, 2009
1 parent 1e7ad5e commit 16c5b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c60a32cd129b1c41f98888b03ba2904406bac8f8
refs/heads/master: 79bccc5aefb4e64e651abe04f78c3e6bf8acd6f0
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ static void mmc_power_up(struct mmc_host *host)
* This delay should be sufficient to allow the power supply
* to reach the minimum voltage.
*/
mmc_delay(2);
mmc_delay(10);

host->ios.clock = host->f_min;
host->ios.power_mode = MMC_POWER_ON;
Expand All @@ -716,7 +716,7 @@ static void mmc_power_up(struct mmc_host *host)
* This delay must be at least 74 clock sizes, or 1 ms, or the
* time required to reach a stable voltage.
*/
mmc_delay(2);
mmc_delay(10);
}

static void mmc_power_off(struct mmc_host *host)
Expand Down

0 comments on commit 16c5b49

Please sign in to comment.