]> Git Repo - linux.git/commitdiff
ARM: samsung: Fix system restart on S3C6410
authorLihua Yao <[email protected]>
Sat, 7 Sep 2019 03:30:01 +0000 (03:30 +0000)
committerKrzysztof Kozlowski <[email protected]>
Mon, 9 Sep 2019 18:54:35 +0000 (20:54 +0200)
S3C6410 system restart is triggered by watchdog reset.

Cc: <[email protected]>
Fixes: 9f55342cc2de ("ARM: dts: s3c64xx: Fix infinite interrupt in soft mode")
Signed-off-by: Lihua Yao <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
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" },
        {},
 };
 
This page took 0.057797 seconds and 4 git commands to generate.