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

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
......@@ -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