Skip to content
Snippets Groups Projects
Commit f88a429f authored by Matt Reimer's avatar Matt Reimer Committed by Pantelis Antoniou
Browse files

mmc: sdhci: fix bus width switching on Samsung SoCs


Fix bus width switching from 8-bit mode down to 4-bit or 1-bit modes on
Samsung SoCs using SDHCI_QUIRK_USE_WIDE8.  These SoCs report controller
version 2.0 yet they support 8-bit bus widths.  If 8-bit mode was
previously enabled and then an operation like "mmc dev" caused a switch
back down to 4-bit or 1-bit mode, WIDE8 was left set, causing failures.

This problem was manifested by "mmc dev" timing out.

Signed-off-by: default avatarMatt Reimer <mreimer@sdgsystems.com>
parent 34dd9284
No related branches found
No related tags found
Loading
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