-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dwcmshc: Fix signaling voltage mismatch
SD cards can only be switched back to 3.3V after a power cycle. The firmware does not currently implement card power control (and some boards don't even have a switch to begin with), so we need to ensure that the card is not initialized before being able to safely change signaling on the host side. This should only happen after the card is unplugged. Signed-off-by: Mario Bălănică <[email protected]>
- Loading branch information
1 parent
52d7499
commit 14c9d75
Showing
3 changed files
with
101 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters