Files
u-boot/drivers
Christoph Stoidner 21cdfd1992 mmc: Fix missing 1 ms delay after mmc power up
mmc/sd specification requires a 1 ms delay (stable supply voltage)
after vdd was enabled and before issuing first command.

For most sdcard/soc combinations, the missing delay seems to be not a
problem because the processing time between enabling vdd and the first
command is often hundreds of microseconds or more. However, in our
specific case, some sdcards were not detected by u-boot:
* soc: NXP i.MX 93
* sdcards: SanDisk Ultra, 64GB micro SDXC 1,
           MediaRange, 8GB, SDHC
* measured time between vdd and first command: approx. 784us
* symptom: both sdcards did not respond at all to first commands,
           u-boot mmc subsystem ran into timeout and stops to
           initialize the cards

Signed-off-by: Christoph Stoidner <c.stoidner@phytec.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2026-01-08 21:57:20 +08:00
..
2025-11-07 15:34:22 -06:00
2025-10-30 12:32:12 -06:00
2025-12-12 15:16:21 -06:00
2025-12-08 13:17:27 -06:00
2026-01-05 15:12:02 -06:00
2026-01-02 15:51:54 -06:00
2025-08-27 15:49:59 +08:00
2026-01-02 10:28:14 -06:00
2025-11-28 16:39:08 -06:00
2025-08-14 10:58:46 -06:00
2025-12-08 13:17:27 -06:00
2025-10-14 10:42:27 +03:00
2025-11-07 15:34:22 -06:00