projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb16135
)
Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
author
Adrian Filipi
<adrian.filipi@eurotech.com>
Fri, 18 Jul 2008 15:52:02 +0000
(11:52 -0400)
committer
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Thu, 11 Sep 2008 23:23:44 +0000
(
01:23
+0200)
Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
cpu/pxa/mmc.c
patch
|
blob
|
history
diff --git
a/cpu/pxa/mmc.c
b/cpu/pxa/mmc.c
index
121dcbe
..
1cfede7
100644
(file)
--- a/
cpu/pxa/mmc.c
+++ b/
cpu/pxa/mmc.c
@@
-575,8
+575,8
@@
mmc_init(int verbose)
break;
}
- /* Select 3.2-3.3 and 3.3-3.4V */
- resp = mmc_cmd(SD_CMD_APP_SEND_OP_COND, 0x00
20,
0,
+ /* Select 3.2-3.3
V
and 3.3-3.4V */
+ resp = mmc_cmd(SD_CMD_APP_SEND_OP_COND, 0x00
30, 0x000
0,
MMC_CMDAT_R3 | (retries < 2 ? 0
: MMC_CMDAT_INIT));
if (resp[0] & 0x80000000) {