From: xbw Date: Sat, 11 Aug 2012 04:51:47 +0000 (+0800) Subject: sdmmc: mask the SD Ver3.0 supported X-Git-Tag: firefly_0821_release~8922^2~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e6ec11f61e1788159fb59d941aeb4c6438e46ff;p=firefly-linux-kernel-4.4.55.git sdmmc: mask the SD Ver3.0 supported --- diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index dd1bfdd97782..dcbd5b0e6dea 100755 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -306,7 +306,9 @@ static int mmc_read_switch(struct mmc_card *card) goto out; } - if (card->scr.sda_spec3) { + //mask the the SD Ver3.0 support,modifyed by xbw at 2012-8-09 + //if (card->scr.sda_spec3) { + if(0) { card->sw_caps.sd3_bus_mode = status[13]; /* Find out Driver Strengths supported by the card */