commit | d6ad5a0af9e6a12f47008141259f77b568c73ab2 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Thu May 26 16:37:21 2022 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Jun 15 15:39:56 2022 +0900 |
tree | 838b7cfc31fed81c09e4c65ab8d0c5cf6fa10d5c | |
parent | d72267049b484577294e17140b369dee339b2352 [diff] |
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: Loic Poulain <loic.poulain@linaro.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>