sdmmc: mask the SD Ver3.0 supported
authorxbw <xbw@rock-chips.com>
Sat, 11 Aug 2012 04:51:47 +0000 (12:51 +0800)
committerxbw <xbw@rock-chips.com>
Sat, 11 Aug 2012 04:51:47 +0000 (12:51 +0800)
drivers/mmc/core/sd.c

index dd1bfdd97782024889ab9142e2a3ce66ce19270b..dcbd5b0e6dea189eede0477bc1cab0f50c5e0a96 100755 (executable)
@@ -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 */