diff options
| author | Peng Fan <[email protected]> | 2024-10-01 21:07:57 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-04 09:15:15 -0300 |
| commit | c24dcfa0c55076d91268dffed66f9b9cbd75fe8d (patch) | |
| tree | 2fc0f4354d97c5b2f393860e7a4be5981cb799a0 /include | |
| parent | 876f6de20aead2de6c55f58b2ecc45375238426c (diff) | |
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fsl_esdhc_imx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h index b8efd2a1664..8612b56609e 100644 --- a/include/fsl_esdhc_imx.h +++ b/include/fsl_esdhc_imx.h @@ -31,6 +31,7 @@ #define SYSCTL_RSTA 0x01000000 #define SYSCTL_RSTC 0x02000000 #define SYSCTL_RSTD 0x04000000 +#define SYSCTL_RSTT 0x10000000 #define VENDORSPEC_CKEN 0x00004000 #define VENDORSPEC_PEREN 0x00002000 |
