summaryrefslogtreecommitdiff
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2018-01-25 22:42:52 +0100
committerAngelo Dureghello <angelo@sysam.it>2018-09-16 00:01:13 +0200
commit2c92e4fbc69841170939a48e887c8fbbcb23d05c (patch)
tree964abbd17b80450d8ce4eda3192c30474f6ce638 /arch/m68k/include
parentfaae49543a0b366087cb733c26f8c581b17abe82 (diff)
m68k: ColdFire mcf5441x, add eSDHC support
This patch adds mcf5441x eSDHC support for the mcf5441x family. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/global_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/global_data.h b/arch/m68k/include/asm/global_data.h
index aa0be8191ae..188055e9d31 100644
--- a/arch/m68k/include/asm/global_data.h
+++ b/arch/m68k/include/asm/global_data.h
@@ -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>