diff --git a/drivers/mci/pxamci.c b/drivers/mci/pxamci.c index 9665196..027fa7b 100644 --- a/drivers/mci/pxamci.c +++ b/drivers/mci/pxamci.c @@ -42,6 +42,7 @@ !!on ^ host->pdata->gpio_power_invert); else if (host->pdata && host->pdata->setpower) host->pdata->setpower(&host->mci, on); + mdelay(250); return 0; }