Commit f6be4354 authored by Ryan Grachek's avatar Ryan Grachek
Browse files

hikey: increase delay after eMMC initialized


Some eMMC chips require a longer delay. After testing
different chips, 20ms appears to work reliably.
Signed-off-by: default avatarRyan Grachek <ryan@edited.us>
parent 35c4b414
Showing with 1 addition and 1 deletion
+1 -1
......@@ -336,7 +336,7 @@ void bl2_platform_setup(void)
params.flags = MMC_FLAG_CMD23;
info.mmc_dev_type = MMC_IS_EMMC;
dw_mmc_init(&params, &info);
mdelay(5);
mdelay(20);
hikey_io_setup();
}
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