Commits

Haibo Chen committed 95a248b2798
MLK-16363 mmc: sdhci: add 1ms delay after tuning complete When the last ready-buffer-ready is set, then usdhc execute-tuning bit is clear, this means usdhc finish the tuning process, but at this time, sd/mmc card may still out put the tuning data, can't response to any command. So this patch add 1ms delay when usdhc finish the tuning, make sure sd/mmc card finish sending the tuning data, then sd/mmc can response the following command normally. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>