Skip to content

Commit 885814a

Browse files
committed
Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"
This reverts commit 419dd62. It turned out that the change from the reverted commit breaks the ACPI based rpi's because it causes the 100Mhz max clock to be overridden to the return from sdhci_iproc_get_max_clock(), which is 0 because there isn't a OF/DT based clock device. Reported-by: Jeremy Linton <[email protected]> Fixes: 419dd62 ("mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711") Acked-by: Stefan Wahren <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent e22ce8e commit 885814a

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)