projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2ef21
)
[ARM] 4398/1: S3C2443: Fix watchdog IRQ number
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 20 May 2007 17:02:50 +0000
(18:02 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 20 May 2007 18:37:13 +0000
(19:37 +0100)
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>
arch/arm/mach-s3c2443/s3c2443.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2443/s3c2443.c
b/arch/arm/mach-s3c2443/s3c2443.c
index
11b1d0b
..
8d81171
100644
(file)
--- a/
arch/arm/mach-s3c2443/s3c2443.c
+++ b/
arch/arm/mach-s3c2443/s3c2443.c
@@
-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);
}