summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorLihua Yao <ylhuajnu@outlook.com>2019-09-07 03:30:01 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-05 12:48:07 +0200
commita7c25f73ccd09d36a12b2aa89898b1e6209f84b9 (patch)
treeae4b11f4f901cbe65374e46550864bd6bc291269 /arch/arm
parent8a370c9404ccb652318b35f6fee0070aadc2d4dd (diff)
ARM: samsung: Fix system restart on S3C6410
commit 16986074035cc0205472882a00d404ed9d213313 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm')
-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 307d8ad96a78..be2ed95da0ec 100644
--- a/arch/arm/plat-samsung/watchdog-reset.c
+++ b/arch/arm/plat-samsung/watchdog-reset.c
@@ -67,6 +67,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" },
{},
};