[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>
This commit is contained in:
Ben Dooks
2008-10-31 16:14:38 +00:00
parent ea522c7a54
commit 5cc7fd88fc
6 changed files with 233 additions and 9 deletions

View File

@@ -35,6 +35,7 @@
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/clock.h>
#include <plat/sdhci.h>
#include <plat/s3c6400.h>
#include <plat/s3c6410.h>
@@ -51,6 +52,9 @@ static struct map_desc s3c6410_iodesc[] __initdata = {
void __init s3c6410_map_io(void)
{
iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc));
/* initialise device information early */
s3c6410_default_sdhci0();
}
void __init s3c6410_init_clocks(int xtal)