Commit 519a7db2 authored by Soby Mathew's avatar Soby Mathew Committed by TrustedFirmware Code Review
Browse files

Merge "drivers: ufs: Extend the delay after reset to wait for some slower chips" into integration

parents eefdb4fb cbebadf5
......@@ -704,7 +704,7 @@ static void ufs_enum(void)
ufs_verify_ready();
ufs_set_flag(FLAG_DEVICE_INIT);
mdelay(100);
mdelay(200);
/* dump available LUNs */
for (i = 0; i < UFS_MAX_LUNS; i++) {
ufs_read_capacity(i, &blk_num, &blk_size);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment