diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:38 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:39:34 -0500 |
commit | 5cc7fd88fc96072c333184ff359c818665ce2506 (patch) | |
tree | 5a91059f40729d6581bc477c0ef4421b681f42b7 /arch/arm/mach-s3c6410/cpu.c | |
parent | ea522c7a54a1422b3ce8a1b9888f2108541ba047 (diff) |
[ARM] S3C6410: Add helper for setting SDHCI device information
Add the necessary helper functions for setting up the SDHCI
device information.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/cpu.c')
-rw-r--r-- | arch/arm/mach-s3c6410/cpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/cpu.c b/arch/arm/mach-s3c6410/cpu.c index 975cf88f0e84..84fb65b59999 100644 --- a/arch/arm/mach-s3c6410/cpu.c +++ b/arch/arm/mach-s3c6410/cpu.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <plat/cpu.h> | 35 | #include <plat/cpu.h> |
36 | #include <plat/devs.h> | 36 | #include <plat/devs.h> |
37 | #include <plat/clock.h> | 37 | #include <plat/clock.h> |
38 | #include <plat/sdhci.h> | ||
38 | #include <plat/s3c6400.h> | 39 | #include <plat/s3c6400.h> |
39 | #include <plat/s3c6410.h> | 40 | #include <plat/s3c6410.h> |
40 | 41 | ||
@@ -51,6 +52,9 @@ static struct map_desc s3c6410_iodesc[] __initdata = { | |||
51 | void __init s3c6410_map_io(void) | 52 | void __init s3c6410_map_io(void) |
52 | { | 53 | { |
53 | iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc)); | 54 | iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc)); |
55 | |||
56 | /* initialise device information early */ | ||
57 | s3c6410_default_sdhci0(); | ||
54 | } | 58 | } |
55 | 59 | ||
56 | void __init s3c6410_init_clocks(int xtal) | 60 | void __init s3c6410_init_clocks(int xtal) |