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, 17 Oct 2023 04:19:19 +0000 (13:19 +0900)
commit5d25a98257d0028f48c9852955f7a260e062d8f9
tree4f95622ebde3fecc47d925006a6b44a624297544
parent0a95e2a33234023040e864b40552e8d20eb47d1f
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