diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2021-08-27 16:35:55 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2021-08-27 16:35:55 +0200 |
commit | a75c956162978097c0a60d95971c97ae486a68d7 (patch) | |
tree | cb1821c4f50bc3e0db6a1da688529c4435e074fe | |
parent | f80c8e6864eb14b71f58c1a159654e4f379673a6 (diff) | |
parent | 885814a97f5a1a2daf66bde5f2076f0bf632c174 (diff) |
Merge branch 'fixes' into next
-rw-r--r-- | drivers/mmc/host/sdhci-iproc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-iproc.c b/drivers/mmc/host/sdhci-iproc.c index e7565c671998..032bf852397f 100644 --- a/drivers/mmc/host/sdhci-iproc.c +++ b/drivers/mmc/host/sdhci-iproc.c @@ -295,8 +295,7 @@ static const struct sdhci_ops sdhci_iproc_bcm2711_ops = { }; static const struct sdhci_pltfm_data sdhci_bcm2711_pltfm_data = { - .quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 | - SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN, + .quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12, .ops = &sdhci_iproc_bcm2711_ops, }; |