Commit 975408cb authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2074/1: S3C2410 - fix reboot by watchdog

Patch from Ben Dooks

Fix erroneously removed IO region which causes the reboot
by watchdog to fail to reboot with an OOPS.

Thanks to Herber Potzl for finding this.

Signed-off-by: Ben Dooks 
parent 7ea87843
......@@ -68,6 +68,7 @@ static struct map_desc s3c2410_iodesc[] __initdata = {
IODESC_ENT(TIMER),
IODESC_ENT(GPIO),
IODESC_ENT(ADC),
IODESC_ENT(WATCHDOG)
};
static struct resource s3c_uart0_resource[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment