summaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/watchdog-reset.c
diff options
context:
space:
mode:
authorLihua Yao <ylhuajnu@outlook.com>2019-09-07 03:30:01 +0000
committerKrzysztof Kozlowski <krzk@kernel.org>2019-09-09 20:54:35 +0200
commit16986074035cc0205472882a00d404ed9d213313 (patch)
tree970228500b7375776e740d69bc41b03952ad3340 /arch/arm/plat-samsung/watchdog-reset.c
parentc663d542bfb40eeeb6d393ed155c23a4666d65e1 (diff)
ARM: samsung: Fix system restart on S3C6410
S3C6410 system restart is triggered by watchdog reset. Cc: <stable@vger.kernel.org> Fixes: 9f55342cc2de ("ARM: dts: s3c64xx: Fix infinite interrupt in soft mode") Signed-off-by: Lihua Yao <ylhuajnu@outlook.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung/watchdog-reset.c')
-rw-r--r--arch/arm/plat-samsung/watchdog-reset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/watchdog-reset.c b/arch/arm/plat-samsung/watchdog-reset.c
index ce42cc640a61..71d85ff323f7 100644
--- a/arch/arm/plat-samsung/watchdog-reset.c
+++ b/arch/arm/plat-samsung/watchdog-reset.c
@@ -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" },
{},
};