Skip to content

Commit aa4f707

Browse files
committed
igaf what volt u support u better off work in 1.8v
1 parent 94d2901 commit aa4f707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mmc/core/core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,8 @@ u32 mmc_select_voltage(struct mmc_host *host, u32 ocr)
11331133

11341134
ocr &= host->ocr_avail;
11351135
if (!ocr) {
1136-
dev_warn(mmc_dev(host), "no support for card's volts\n");
1137-
return 0;
1136+
//dev_warn(mmc_dev(host), "no support for card's volts\n");
1137+
ocr = host->ios.vdd;
11381138
}
11391139

11401140
if (!mmc_card_uhs2(host) && host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) {

0 commit comments

Comments
 (0)