File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ static void omap_hsmmc_set_clock(struct omap_hsmmc_host *host)
582
582
* - MMC/SD clock coming out of controller > 25MHz
583
583
*/
584
584
if ((mmc_slot (host ).features & HSMMC_HAS_HSPE_SUPPORT ) &&
585
- (ios -> timing != MMC_TIMING_UHS_DDR50 ) &&
585
+ (ios -> timing != MMC_TIMING_MMC_DDR52 ) &&
586
586
((OMAP_HSMMC_READ (host -> base , CAPA ) & HSS ) == HSS )) {
587
587
regval = OMAP_HSMMC_READ (host -> base , HCTL );
588
588
if (clkdiv && (clk_get_rate (host -> fclk )/clkdiv ) > 25000000 )
@@ -602,7 +602,7 @@ static void omap_hsmmc_set_bus_width(struct omap_hsmmc_host *host)
602
602
u32 con ;
603
603
604
604
con = OMAP_HSMMC_READ (host -> base , CON );
605
- if (ios -> timing == MMC_TIMING_UHS_DDR50 )
605
+ if (ios -> timing == MMC_TIMING_MMC_DDR52 )
606
606
con |= DDR ; /* configure in DDR mode */
607
607
else
608
608
con &= ~DDR ;
You can’t perform that action at this time.
0 commit comments