mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 04:17:09 +00:00
Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
This commit is contained in:
parent
eb16135df2
commit
c455d07396
1 changed files with 2 additions and 2 deletions
|
@ -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, 0x0020, 0,
|
||||
/* Select 3.2-3.3V and 3.3-3.4V */
|
||||
resp = mmc_cmd(SD_CMD_APP_SEND_OP_COND, 0x0030, 0x0000,
|
||||
MMC_CMDAT_R3 | (retries < 2 ? 0
|
||||
: MMC_CMDAT_INIT));
|
||||
if (resp[0] & 0x80000000) {
|
||||
|
|
Loading…
Add table
Reference in a new issue