We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6d0e0 commit 415476dCopy full SHA for 415476d
1 file changed
drivers/mmc/host/sdhci.c
@@ -2377,7 +2377,8 @@ void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
2377
(ios->timing == MMC_TIMING_UHS_SDR50) ||
2378
(ios->timing == MMC_TIMING_UHS_SDR104) ||
2379
(ios->timing == MMC_TIMING_UHS_DDR50) ||
2380
- (ios->timing == MMC_TIMING_MMC_DDR52))) {
+ (ios->timing == MMC_TIMING_MMC_DDR52) ||
2381
+ (ios->timing == MMC_TIMING_MMC_HS400))) {
2382
u16 preset;
2383
2384
sdhci_enable_preset_value(host, true);
0 commit comments