Skip to content
Snippets Groups Projects
Commit fc5b32fb authored by Andrew Gabbasov's avatar Andrew Gabbasov Committed by Pantelis Antoniou
Browse files

mmc: Skip changing bus width for MMC cards earlier than version 4.0


Wider bus widths (larger than default 1 bit) appeared in MMC standard
version 4.0. So, for MMC cards of any earlier version trying to change
the bus width (including ext_csd comparison) does not make any sense.
It may work incorrectly and at least cause unnecessary timeouts.
So, just skip the entire bus width related activity for earlier versions.

Signed-off-by: default avatarAndrew Gabbasov <andrew_gabbasov@mentor.com>
Tested-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent bf477073
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment