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

Commit 32d2deea authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7174d852
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ arch_reset(char mode)


	/* set the watchdog to go and reset... */
	/* set the watchdog to go and reset... */
	__raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN |
	__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... */
	/* wait for reset to assert... */
	mdelay(5000);
	mdelay(5000);