Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e966f3c authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 4398/1: S3C2443: Fix watchdog IRQ number



Fix the IRQ number for watchdog on S3C2443

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5f2ef217
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);
}