diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 11:17:37 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 11:17:37 -0500 |
commit | 56c035c9ce1f1850969778af6a4cc0b99089b6c8 (patch) | |
tree | b6f1998be0c1e6bb623a0c55e8ba04d74bb58cf2 /arch/arm/mach-s3c2440/mach-anubis.c | |
parent | 7f2754378f3522a42daafdbb9d2385f341008454 (diff) | |
parent | 438a5d42e052ec6126c5f1e24763b711210db33e (diff) |
Merge branch 'next-s3c64xx-device' into next-merged
Conflicts:
arch/arm/mach-s3c2440/mach-at2440evb.c
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-anubis.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-anubis.c b/arch/arm/mach-s3c2440/mach-anubis.c index f151f8939929..b05d56e230a1 100644 --- a/arch/arm/mach-s3c2440/mach-anubis.c +++ b/arch/arm/mach-s3c2440/mach-anubis.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <mach/regs-mem.h> | 40 | #include <mach/regs-mem.h> |
41 | #include <mach/regs-lcd.h> | 41 | #include <mach/regs-lcd.h> |
42 | #include <plat/nand.h> | 42 | #include <plat/nand.h> |
43 | #include <plat/iic.h> | ||
43 | 44 | ||
44 | #include <linux/mtd/mtd.h> | 45 | #include <linux/mtd/mtd.h> |
45 | #include <linux/mtd/nand.h> | 46 | #include <linux/mtd/nand.h> |
@@ -409,7 +410,7 @@ static struct platform_device *anubis_devices[] __initdata = { | |||
409 | &s3c_device_usb, | 410 | &s3c_device_usb, |
410 | &s3c_device_wdt, | 411 | &s3c_device_wdt, |
411 | &s3c_device_adc, | 412 | &s3c_device_adc, |
412 | &s3c_device_i2c, | 413 | &s3c_device_i2c0, |
413 | &s3c_device_rtc, | 414 | &s3c_device_rtc, |
414 | &s3c_device_nand, | 415 | &s3c_device_nand, |
415 | &anubis_device_ide0, | 416 | &anubis_device_ide0, |
@@ -473,6 +474,7 @@ static void __init anubis_map_io(void) | |||
473 | 474 | ||
474 | static void __init anubis_init(void) | 475 | static void __init anubis_init(void) |
475 | { | 476 | { |
477 | s3c_i2c0_set_platdata(NULL); | ||
476 | platform_add_devices(anubis_devices, ARRAY_SIZE(anubis_devices)); | 478 | platform_add_devices(anubis_devices, ARRAY_SIZE(anubis_devices)); |
477 | 479 | ||
478 | i2c_register_board_info(0, anubis_i2c_devs, | 480 | i2c_register_board_info(0, anubis_i2c_devs, |