diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.c')
| -rw-r--r-- | arch/arm/mach-omap2/hsmmc.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c index 8121720e942..100db6217f3 100644 --- a/arch/arm/mach-omap2/hsmmc.c +++ b/arch/arm/mach-omap2/hsmmc.c @@ -316,6 +316,7 @@ static int __init omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c,  	mmc->slots[0].pm_caps = c->pm_caps;  	mmc->slots[0].internal_clock = !c->ext_clock;  	mmc->dma_mask = 0xffffffff; +	mmc->max_freq = c->max_freq;  	if (cpu_is_omap44xx())  		mmc->reg_offset = OMAP4_MMC_REG_OFFSET;  	else  |