]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: fsl_esdhc_imx: Reset tuning logic
authorPeng Fan <peng.fan@nxp.com>
Tue, 1 Oct 2024 13:07:57 +0000 (21:07 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 4 Oct 2024 12:15:15 +0000 (09:15 -0300)
commitc24dcfa0c55076d91268dffed66f9b9cbd75fe8d
tree2fc0f4354d97c5b2f393860e7a4be5981cb799a0
parent876f6de20aead2de6c55f58b2ecc45375238426c
mmc: fsl_esdhc_imx: Reset tuning logic

When supporting partition reset for SoC such as i.MX95 , the Linux
Kernel may have configured the tuning, while after force reset by
wdog or else, uboot CMD0 will never pass unless config RSTT to reset
tuning logic.

Since RSTA and RSTT are independent, so need both to be reseted in the
controller.

Acked-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/fsl_esdhc_imx.c
include/fsl_esdhc_imx.h