Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56695
b: refs/heads/master
c: 7e966f3
h: refs/heads/master
i:
  56693: 060ecb8
  56691: 94ccb86
  56687: c112323
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed May 20, 2007
1 parent 74484fe commit 3c92b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5f2ef21703564d3e6f18fd92f2e72f723a5c3402
refs/heads/master: 7e966f3c392ffb5297a6ba0ea701d6a20d1d7292
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c2443/s3c2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ int __init s3c2443_init(void)

s3c_device_nand.name = "s3c2412-nand";

/* change WDT IRQ number */
s3c_device_wdt.resource[1].start = IRQ_S3C2443_WDT;
s3c_device_wdt.resource[1].end = IRQ_S3C2443_WDT;

return sysdev_register(&s3c2443_sysdev);
}

Expand Down

0 comments on commit 3c92b5c

Please sign in to comment.