[PATCH master 2/3] mci: core: remove HS200 from mci_timing_is_ddr

Ahmad Fatoum a.fatoum at pengutronix.de
Mon May 13 02:58:46 PDT 2024


HS200 is a single date rate speed mode. HS400 is the DDR variant, so
drop the former from the mci_timing_is_ddr list.

No functional change expected as the only driver that currently
supported HS200 doesn't call this function anyway.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 include/mci.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/mci.h b/include/mci.h
index 3612c50b1398..b87301f97d47 100644
--- a/include/mci.h
+++ b/include/mci.h
@@ -446,7 +446,6 @@ static inline bool mci_timing_is_ddr(enum mci_timing timing)
 {
 	switch (timing) {
 	case MMC_TIMING_UHS_DDR50:
-	case MMC_TIMING_MMC_HS200:
 	case MMC_TIMING_MMC_DDR52:
 	case MMC_TIMING_MMC_HS400:
 		return true;
-- 
2.39.2




More information about the barebox mailing list