We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5438ad9 commit 4039ff4Copy full SHA for 4039ff4
drivers/mmc/host/sh_mmcif.c
@@ -803,12 +803,13 @@ static u32 sh_mmcif_set_cmd(struct sh_mmcif_host *host,
803
break;
804
}
805
switch (host->timing) {
806
- case MMC_TIMING_UHS_DDR50:
+ case MMC_TIMING_MMC_DDR52:
807
/*
808
* MMC core will only set this timing, if the host
809
- * advertises the MMC_CAP_UHS_DDR50 capability. MMCIF
810
- * implementations with this capability, e.g. sh73a0,
811
- * will have to set it in their platform data.
+ * advertises the MMC_CAP_1_8V_DDR/MMC_CAP_1_2V_DDR
+ * capability. MMCIF implementations with this
+ * capability, e.g. sh73a0, will have to set it
812
+ * in their platform data.
813
*/
814
tmp |= CMD_SET_DARS;
815
0 commit comments