9
0
Fork 0

Remove duplicate voltage setup for imx-esdhc

We are already setup voltages from capabilities register.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2012-03-18 13:50:44 +04:00 committed by Sascha Hauer
parent a5433315df
commit e316d92fa4
1 changed files with 0 additions and 2 deletions

View File

@ -548,8 +548,6 @@ static int fsl_esdhc_probe(struct device_d *dev)
host->mci.init = esdhc_init;
host->mci.hw_dev = dev;
host->mci.voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
host->mci.f_min = imx_get_mmcclk() >> 12;
if (host->mci.f_min < 200000)
host->mci.f_min = 200000;