commit | 86a0a010b23033caa1a893be7b5efb50d88ba856 | [log] [tgz] |
---|---|---|
author | Haibo Chen <haibo.chen@nxp.com> | Mon Jun 22 19:38:03 2020 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Jun 24 14:05:30 2020 +0800 |
tree | 45be55e8c718c296da97e0857bb5841e6b125c96 | |
parent | dfff8ed9e9ecf78909523e91eb99dabd09fde804 [diff] |
mmc: fsl_esdhc_imx: fix the mask for tuning start point According the RM, the bit[6~0] of register ESDHC_TUNING_CTRL is TUNING_START_TAP, bit[7] of this register is to disable the command CRC check for standard tuning. So fix it here. Fixes: fa33d207494c ("mmc: split fsl_esdhc driver for i.MX") Signed-off-by: Haibo Chen <haibo.chen@nxp.com>