commit | 283620c2c94ed018084962ea08047a31eaaa0a33 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jan 02 16:51:22 2018 +0800 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Sat Jan 13 00:08:44 2018 +0900 |
tree | 24ed846db8b25f6fadb589f134304f3edbcf4598 | |
parent | ec896575c550e70d8c9af3567c96b08d6b64a3fe [diff] |
mmc: fsl_esdhc: Fix eMMC 1.8v setting issue Current USDHC driver will reset VSELECT to 0 (3.3v) during mmc init, then set to 1 for 1.8v eMMC I/O. When booting from eMMC, since ROM has already set VSELECT to 1.8v before running the u-boot. This reset in USDHC driver causes a short 2.2v pulse on CMD pin. Fix this issue by not reset VSELECT to 0 when 1.8v flag is set. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>