m68k: ColdFire mcf5441x, add eSDHC support

This patch adds mcf5441x eSDHC support for the mcf5441x family.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
Angelo Dureghello 2018-01-25 22:42:52 +01:00
parent faae49543a
commit 2c92e4fbc6
3 changed files with 15 additions and 0 deletions

View file

@ -18,6 +18,9 @@ struct arch_global_data {
unsigned long vco_clk;
unsigned long flb_clk;
#endif
#ifdef CONFIG_MCF5441x
unsigned long sdhc_clk;
#endif
};
#include <asm-generic/global_data.h>