Skip to content

Commit 1a6436f

Browse files
committed
Merge tag 'mmc-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC host fix from Ulf Hansson: - sdhci-iproc: Fix clock error for ACPI rpi's * tag 'mmc-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"
2 parents 94606b8 + 885814a commit 1a6436f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/mmc/host/sdhci-iproc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ static const struct sdhci_ops sdhci_iproc_bcm2711_ops = {
295295
};
296296

297297
static const struct sdhci_pltfm_data sdhci_bcm2711_pltfm_data = {
298-
.quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 |
299-
SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
298+
.quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12,
300299
.ops = &sdhci_iproc_bcm2711_ops,
301300
};
302301

0 commit comments

Comments
 (0)