Skip to content

Commit 5f7dfda

Browse files
rvoskstorulf
authored andcommitted
mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN
The SDHCI_PRESET_FOR_* registers are not set(all read as zeros), so set the quirk. Signed-off-by: Jisheng Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 6052b3c commit 5f7dfda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/sdhci-of-dwcmshc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ static const struct sdhci_ops sdhci_dwcmshc_ops = {
112112
static const struct sdhci_pltfm_data sdhci_dwcmshc_pdata = {
113113
.ops = &sdhci_dwcmshc_ops,
114114
.quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
115+
.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
115116
};
116117

117118
static int dwcmshc_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)