Skip to content

Commit

Permalink
[ARM] 4001/1: S3C24XX: shorten reboot time
Browse files Browse the repository at this point in the history
Cut down the time between requesting a reboot
and actually getting the reboot to happen by
a quarter.

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 Dec 7, 2006
1 parent 7174d85 commit 32d2dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-s3c2410/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 32d2dee

Please sign in to comment.