diff options
Diffstat (limited to 'drivers/mmc/host/mmci.c')
| -rw-r--r-- | drivers/mmc/host/mmci.c | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index c9cacd4d5b22..45b8608c935c 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -280,7 +280,7 @@ static struct variant_data variant_stm32_sdmmc = {  static struct variant_data variant_stm32_sdmmcv2 = {  	.fifosize		= 16 * 4,  	.fifohalfsize		= 8 * 4, -	.f_max			= 208000000, +	.f_max			= 267000000,  	.stm32_clkdiv		= true,  	.cmdreg_cpsm_enable	= MCI_CPSM_STM32_ENABLE,  	.cmdreg_lrsp_crc	= MCI_CPSM_STM32_LRSP_CRC, @@ -2435,6 +2435,11 @@ static const struct amba_id mmci_ids[] = {  		.mask	= 0xf0ffffff,  		.data	= &variant_stm32_sdmmcv2,  	}, +	{ +		.id     = 0x20253180, +		.mask	= 0xf0ffffff, +		.data	= &variant_stm32_sdmmcv2, +	},  	/* Qualcomm variants */  	{  		.id     = 0x00051180, |