diff options
author | Angelo Dureghello <angelo@sysam.it> | 2019-01-19 10:40:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-26 08:13:56 -0500 |
commit | 1f15cb8f5b1b675426a7072d6c978e1c415c94c8 (patch) | |
tree | 9bb48d3921148079b4073e97a13c74f6d03665dc /include/fsl_esdhc.h | |
parent | 293a172b67230e14c43f2b7a8b6f302b1d03ca4e (diff) | |
download | u-boot-1f15cb8f5b1b675426a7072d6c978e1c415c94c8.tar.gz |
drivers: esdhc: add support for ColdFire mcf5441x family
This patch has been tested on the mcf54415-based stmark2
board. The eSDHC driver works reliably using DMA mode.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/fsl_esdhc.h')
-rw-r--r-- | include/fsl_esdhc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index acd8dd06f8..8dbd5249a7 100644 --- a/include/fsl_esdhc.h +++ b/include/fsl_esdhc.h @@ -106,6 +106,7 @@ #define PROCTL_INIT 0x00000020 #define PROCTL_DTW_4 0x00000002 #define PROCTL_DTW_8 0x00000004 +#define PROCTL_D3CD 0x00000008 #define CMDARG 0x0002e008 |