Commit 16986074 authored by Lihua Yao's avatar Lihua Yao Committed by Krzysztof Kozlowski
Browse files

ARM: samsung: Fix system restart on S3C6410



S3C6410 system restart is triggered by watchdog reset.

Cc: <stable@vger.kernel.org>
Fixes: 9f55342c ("ARM: dts: s3c64xx: Fix infinite interrupt in soft mode")
Signed-off-by: default avatarLihua Yao <ylhuajnu@outlook.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent c663d542
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ void samsung_wdt_reset(void)
#ifdef CONFIG_OF
static const struct of_device_id s3c2410_wdt_match[] = {
	{ .compatible = "samsung,s3c2410-wdt" },
	{ .compatible = "samsung,s3c6410-wdt" },
	{},
};