From: Ben Dooks Date: Thu, 7 Dec 2006 22:53:21 +0000 (+0100) Subject: [ARM] 4001/1: S3C24XX: shorten reboot time X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=32d2deeab91be4de630d22fa7f4dbb3d61eba474;p=linux-2.6-omap-h63xx.git [ARM] 4001/1: S3C24XX: shorten reboot time Cut down the time between requesting a reboot and actually getting the reboot to happen by a quarter. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-s3c2410/system.h b/include/asm-arm/arch-s3c2410/system.h index 718246d8595..4f72a853a5c 100644 --- a/include/asm-arm/arch-s3c2410/system.h +++ b/include/asm-arm/arch-s3c2410/system.h @@ -71,7 +71,7 @@ arch_reset(char mode) /* set the watchdog to go and reset... */ __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | - S3C2410_WTCON_PRESCALE(0x80), S3C2410_WTCON); + S3C2410_WTCON_PRESCALE(0x20), S3C2410_WTCON); /* wait for reset to assert... */ mdelay(5000);