]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: samsung: Fix system restart on S3C6410
authorLihua Yao <ylhuajnu@outlook.com>
Sat, 7 Sep 2019 03:30:01 +0000 (03:30 +0000)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 9 Sep 2019 18:54:35 +0000 (20:54 +0200)
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>
arch/arm/plat-samsung/watchdog-reset.c

index ce42cc640a61a32b66ad84fdb8e2f82af976f4ef..71d85ff323f73d0e13d98ad5803287c1aba38e18 100644 (file)
@@ -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" },
        {},
 };