Skip to content

Commit

Permalink
[ARM] 4398/1: S3C2443: Fix watchdog IRQ number
Browse files Browse the repository at this point in the history
Fix the IRQ number for watchdog on S3C2443

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed May 20, 2007
1 parent 5f2ef21 commit 7e966f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 7e966f3

Please sign in to comment.