summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-11-08 14:21:41 +0800
committerYe Li <ye.li@nxp.com>2017-03-14 21:27:09 +0800
commitbfbeae690ac385dfd24056dd7b12705e4d4902d7 (patch)
tree07b992598081ae35ae85a8cdbc79620f869e0869 /drivers
parent2884a8cd4ade3c1f698fb3024ed0691f7837b75c (diff)
downloadu-boot-imx-bfbeae690ac385dfd24056dd7b12705e4d4902d7.zip
u-boot-imx-bfbeae690ac385dfd24056dd7b12705e4d4902d7.tar.gz
u-boot-imx-bfbeae690ac385dfd24056dd7b12705e4d4902d7.tar.bz2
MLK-13440-5 fsl_usdhc: Remove the CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
Since we have added the "vs18_enable" parameter for fixed 1.8v I/O, remove the CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT. This configuration can only work with one MMC device. If more devices are supported, this will set 1.8v to all controllers, so will cause problem to 3.3v devices. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit c1de6a58e44f4770b32a41e3689884abf7449e1b)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/fsl_esdhc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index c02937e..bae3d6a 100644
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -673,10 +673,6 @@ static int esdhc_init(struct mmc *mmc)
/* Set timout to the maximum value */
esdhc_clrsetbits32(&regs->sysctl, SYSCTL_TIMEOUT_MASK, 14 << 16);
-#ifdef CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
- esdhc_setbits32(&regs->vendorspec, ESDHC_VENDORSPEC_VSELECT);
-#endif
-
if (priv->vs18_enable)
esdhc_setbits32(&regs->vendorspec, ESDHC_VENDORSPEC_VSELECT);