Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
519a7db2
Commit
519a7db2
authored
May 15, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
May 15, 2019
Browse files
Merge "drivers: ufs: Extend the delay after reset to wait for some slower chips" into integration
parents
eefdb4fb
cbebadf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/ufs/ufs.c
View file @
519a7db2
...
...
@@ -704,7 +704,7 @@ static void ufs_enum(void)
ufs_verify_ready
();
ufs_set_flag
(
FLAG_DEVICE_INIT
);
mdelay
(
1
00
);
mdelay
(
2
00
);
/* dump available LUNs */
for
(
i
=
0
;
i
<
UFS_MAX_LUNS
;
i
++
)
{
ufs_read_capacity
(
i
,
&
blk_num
,
&
blk_size
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment