Skip to content

Commit 0190aa0

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/mmc/core/core.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,9 +1126,10 @@ u32 mmc_select_voltage(struct mmc_host *host, u32 ocr)
11261126
* support.
11271127
*/
11281128
if (ocr & 0x7F) {
1129-
dev_warn(mmc_dev(host),
1130-
"card claims to support voltages below defined range\n");
1131-
ocr &= ~0x7F;
1129+
//dev_warn(mmc_dev(host),
1130+
//"card claims to support voltages below defined range\n");
1131+
//ocr &= ~0x7F;
1132+
ocr = host->ios.vdd;
11321133
}
11331134

11341135
ocr &= host->ocr_avail;

0 commit comments

Comments
 (0)