Skip to content
Commit d6ad5a0a authored by Loic Poulain's avatar Loic Poulain Committed by Jaehoon Chung
Browse files

mmc: Add support for wait_dat0 callback



There is no wait_dat0 mmc ops, causing operations waiting for data
line state change (e.g mmc_switch_voltage) to fallback to a 250ms
active delay. mmc_ops still used when DM_MMC is not enabled, which
is often the case for SPL. The result can be unexpectly long SPL
boot time.

This change adds support for wait_dat0() mmc operation.

Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent d7226704
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment