mmc: fsl_esdhc_imx: fix the DTOCV to 0xE
authorHaibo Chen <haibo.chen@nxp.com>
Fri, 19 Feb 2021 19:25:32 +0000 (11:25 -0800)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Mar 2021 09:21:36 +0000 (10:21 +0100)
commit0ba116a3191aaa3fa74b18815c43f47bb9ef227c
treefb0eaf0e4a230478c62d10a2d6fd12541a34f3ce
parentb03df2d1c6e031697be9b5a1376680962baae93c
mmc: fsl_esdhc_imx: fix the DTOCV to 0xE

On imx6Q/imx6DL, we find if config the DTOCV to 0~3, it will impact
cmd6 behavior, after cmd6 get transfer complete interrupt, the data0
line will keep low over 5 seconds. This should be a IC bug on imx6Q/DL.
For other platforms, do not has this issue.

To fix this issue, fix the DTOCV to 0xE, the max setting, this also align
with Linux configuration.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c