[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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user