Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191948
b: refs/heads/master
c: e12ef7f
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed May 10, 2010
1 parent c250543 commit c75e5a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6e1ec7f69950864ff8d992da6d929b1444f7cb3
refs/heads/master: e12ef7f02ed56af4f84a5743fa268901c52729bf
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-s3c2416/s3c2416.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
#include <plat/devs.h>
#include <plat/cpu.h>

#include <plat/iic-core.h>

static struct map_desc s3c2416_iodesc[] __initdata = {
IODESC_ENT(WATCHDOG),
IODESC_ENT(CLKPWR),
Expand Down Expand Up @@ -80,6 +82,10 @@ int __init s3c2416_init(void)
s3c_device_wdt.resource[1].start = IRQ_S3C2443_WDT;
s3c_device_wdt.resource[1].end = IRQ_S3C2443_WDT;

/* the i2c devices are directly compatible with s3c2440 */
s3c_i2c0_setname("s3c2440-i2c");
s3c_i2c1_setname("s3c2440-i2c");

return sysdev_register(&s3c2416_sysdev);
}

Expand Down

0 comments on commit c75e5a3

Please sign in to comment.