mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[ARM] SMDK6410: Add i2c device
Add i2c bus 0 to the configuration Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
55132b8b46
commit
d85fa24c51
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue