dtoverlays: sdhost: Add preserve_mmc parameter - #7544
Merged
Conversation
Contributor
Author
|
This is a resubmission of the previously closed PR. The original PR was force-closed due to an accidental force-push that resulted in a root commit, which caused the diff to include the entire repository. That issue has been resolved — this branch contains only the intended changes. |
zjzhao-eda
force-pushed
the
sdhost-preserve-mmc
branch
from
August 10, 2026 06:50
23db334 to
5197493
Compare
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 10, 2026 06:57
5197493 to
545bc77
Compare
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Aug 10, 2026
kernel: drm/vc4 backports See: raspberrypi/linux#7539 kernel: dtoverlays: sdhost: Add preserve_mmc parameter See: raspberrypi/linux#7544 kernel: dmaengine: dw-axi-dmac: Simplify segmentation calc See: raspberrypi/linux#7547 kernel: Fixes for PREEMPT_RT: RP1 GPIO IRQ thread does not follow smp_affinity See: raspberrypi/linux#7302
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Aug 10, 2026
kernel: drm/vc4 backports See: raspberrypi/linux#7539 kernel: dtoverlays: sdhost: Add preserve_mmc parameter See: raspberrypi/linux#7544 kernel: dmaengine: dw-axi-dmac: Simplify segmentation calc See: raspberrypi/linux#7547 kernel: Fixes for PREEMPT_RT: RP1 GPIO IRQ thread does not follow smp_affinity See: raspberrypi/linux#7302
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