Commit d85fa24c authored by Ben Dooks's avatar Ben Dooks

[ARM] SMDK6410: Add i2c device

Add i2c bus 0 to the configuration
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 55132b8b
......@@ -32,6 +32,7 @@
#include <asm/mach-types.h>
#include <plat/regs-serial.h>
#include <plat/iic.h>
#include <plat/s3c6410.h>
#include <plat/clock.h>
......@@ -63,6 +64,7 @@ struct map_desc smdk6410_iodesc[] = {};
static struct platform_device *smdk6410_devices[] __initdata = {
&s3c_device_hsmmc0,
&s3c_device_i2c0,
};
extern void s3c64xx_init_io(struct map_desc *, int);
......@@ -76,6 +78,7 @@ static void __init smdk6410_map_io(void)
static void __init smdk6410_machine_init(void)
{
s3c_i2c0_set_platdata(NULL);
platform_add_devices(smdk6410_devices, ARRAY_SIZE(smdk6410_devices));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment