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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
commit799525ba6bd9acdba96975b6d1c94e86e1dc85e2
tree0a11fbda9099aaef8f48acdff0f7a8162e56eaa7
parentb81819f5927e38eccbde7b4d0f676bbe81c773d5
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