Commit 22092794 authored by Lihua Yao's avatar Lihua Yao Committed by Greg Kroah-Hartman

ARM: samsung: Fix system restart on S3C6410

commit 16986074 upstream.

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ad884155
......@@ -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" },
{},
};
......
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