mmc: dw_mmc: increase timeout value in data_transfer function
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 4 Nov 2019 11:50:44 +0000 (20:50 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:48 +0000 (15:13 +0900)
commit168b7d34f30737de058699d84186c46fdf7cd3eb
tree2c84a3228716b90d32ec73a1e3e52a84ec22f410
parent0a4d7106dff3a720460bf56b4885f5cfd508e441
mmc: dw_mmc: increase timeout value in data_transfer function

Increase timeout value in data_transfer function.
1000 value is  too short to transfer data.
When it's set to 1000, it's occurred "mmc write failed" during thor
download.

In future, it needs to fix correct value.

Change-Id: I3e18eb1480fbdb33c0f8732ce271d1445568379f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/dw_mmc.c