dtoverlays: sdhost: Add preserve_mmc parameter - #7541
Closed
zjzhao-eda wants to merge 1 commit into
Closed
Conversation
pelwell
reviewed
Aug 7, 2026
| preserve_mmc Don't disable the other MMC interfaces | ||
| (mmc/mmcnr). Useful on Compute Module | ||
| when using gpios_22_27 with WiFi. | ||
|
|
Contributor
There was a problem hiding this comment.
Just as an extra blank line here and it should pass
Add a preserve_mmc parameter to the sdhost overlay that allows removing fragment@1 and fragment@2 (which disable mmc and mmcnr). This is needed on Compute Module when using gpios_22_27 mode, since disabling the other MMC interfaces would break WiFi on CM. Signed-off-by: zjzhao <zjzhao@edatec.cn>
zjzhao-eda
force-pushed
the
sdhost-preserve-mmc
branch
from
August 7, 2026 15:27
bcf51b7 to
46d03bd
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a preserve_mmc parameter to the sdhost overlay that allows removing fragment@1 and fragment@2 (which disable mmc and mmcnr). This is needed on Compute Module when using gpios_22_27 mode, since disabling the other MMC interfaces would break WiFi on CM.
Signed-off-by: zjzhao zjzhao@edatec.cn