Skip to content

Commit 1880d8f

Browse files
21cnbaostorulf
authored andcommitted
mmc: sdhci-sirf: corrent quirk according to real chips
the current quirk set is for an old FPGA, and this patch corrects quirks according to real SoC. Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent b5b4ff0 commit 1880d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mmc/host/sdhci-sirf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ static struct sdhci_pltfm_data sdhci_sirf_pdata = {
161161
.quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
162162
SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK |
163163
SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN |
164-
SDHCI_QUIRK_INVERTED_WRITE_PROTECT |
165-
SDHCI_QUIRK_DELAY_AFTER_POWER,
164+
SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS,
165+
.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
166166
};
167167

168168
static int sdhci_sirf_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)