commit | 15269422c0549e8be148d8d4cfbd1b1b1d5ee163 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Dec 14 11:47:14 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 16 15:32:21 2017 -0500 |
tree | d5536ce510fc6dc5add8658d6ae7e53034006884 | |
parent | eba4b4481177b32f9640bb48396d9b4736bbec68 [diff] |
dm: mmc: sandbox: Update SD card emulation The SDcard initialization procedure does a few more things than it did earlier: * switch the bus width even for 1-bit bus width * check that speed has been properly set (in resp[4] of SD_CMD_SWITCH_FUNC) Update the SD simulator to handle those requests gracefully. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>