File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -1245,15 +1245,13 @@ static const struct dwcmshc_pltfm_data sdhci_dwcmshc_bf3_pdata = {
12451245};
12461246#endif
12471247
1248- static const struct dwcmshc_pltfm_data sdhci_dwcmshc_rp1_pdata = {
1249- .pdata = {
1250- .ops = & sdhci_dwcmshc_ops ,
1251- .quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN |
1252- SDHCI_QUIRK_BROKEN_CARD_DETECTION ,
1253- .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
1254- SDHCI_QUIRK2_BROKEN_HS200 |
1255- SDHCI_QUIRK2_SPURIOUS_INT_RESP ,
1256- }
1248+ static const struct sdhci_pltfm_data sdhci_dwcmshc_rp1_pdata = {
1249+ .ops = & sdhci_dwcmshc_ops ,
1250+ .quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN |
1251+ SDHCI_QUIRK_BROKEN_CARD_DETECTION ,
1252+ .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
1253+ SDHCI_QUIRK2_BROKEN_HS200 |
1254+ SDHCI_QUIRK2_SPURIOUS_INT_RESP ,
12571255};
12581256
12591257static const struct dwcmshc_pltfm_data sdhci_dwcmshc_rk35xx_pdata = {
You can’t perform that action at this time.
0 commit comments