From 1f15cb8f5b1b675426a7072d6c978e1c415c94c8 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Sat, 19 Jan 2019 10:40:38 +0100 Subject: 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 --- include/fsl_esdhc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fsl_esdhc.h') diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index acd8dd0..8dbd524 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 -- cgit v1.1