Skip to content

Commit 415476d

Browse files
committed
mmc: sdhci: use preset for HS400
Use preset for HS400 mode as well. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 4e6d0e0 commit 415476d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/mmc/host/sdhci.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,8 @@ void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
23772377
(ios->timing == MMC_TIMING_UHS_SDR50) ||
23782378
(ios->timing == MMC_TIMING_UHS_SDR104) ||
23792379
(ios->timing == MMC_TIMING_UHS_DDR50) ||
2380-
(ios->timing == MMC_TIMING_MMC_DDR52))) {
2380+
(ios->timing == MMC_TIMING_MMC_DDR52) ||
2381+
(ios->timing == MMC_TIMING_MMC_HS400))) {
23812382
u16 preset;
23822383

23832384
sdhci_enable_preset_value(host, true);

0 commit comments

Comments
 (0)