|
@@ -1660,7 +1660,7 @@ void mmc_power_up(struct mmc_host *host, u32 ocr)
|
|
* This delay should be sufficient to allow the power supply
|
|
* This delay should be sufficient to allow the power supply
|
|
* to reach the minimum voltage.
|
|
* to reach the minimum voltage.
|
|
*/
|
|
*/
|
|
- mmc_delay(10);
|
|
|
|
|
|
+ mmc_delay(host->ios.power_delay_ms);
|
|
|
|
|
|
mmc_pwrseq_post_power_on(host);
|
|
mmc_pwrseq_post_power_on(host);
|
|
|
|
|
|
@@ -1673,7 +1673,7 @@ void mmc_power_up(struct mmc_host *host, u32 ocr)
|
|
* This delay must be at least 74 clock sizes, or 1 ms, or the
|
|
* This delay must be at least 74 clock sizes, or 1 ms, or the
|
|
* time required to reach a stable voltage.
|
|
* time required to reach a stable voltage.
|
|
*/
|
|
*/
|
|
- mmc_delay(10);
|
|
|
|
|
|
+ mmc_delay(host->ios.power_delay_ms);
|
|
}
|
|
}
|
|
|
|
|
|
void mmc_power_off(struct mmc_host *host)
|
|
void mmc_power_off(struct mmc_host *host)
|