linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: Fix system restart support on s3c6410
@ 2019-09-07  3:30 Yao Lihua
  2019-09-09 18:55 ` krzk
  0 siblings, 1 reply; 2+ messages in thread
From: Yao Lihua @ 2019-09-07  3:30 UTC (permalink / raw)
  To: krzk, kgene, linux-samsung-soc; +Cc: Yao Lihua, linux-arm-kernel

From: Lihua Yao <ylhuajnu@outlook.com>

S3C6410 system restart is triggered by watchdog reset.

Fixes: 9f55342cc2de ("ARM: dts: s3c64xx: Fix infinite interrupt in soft mode")
Signed-off-by: Lihua Yao <ylhuajnu@outlook.com>
---
 arch/arm/plat-samsung/watchdog-reset.c | 1 +
 1 file changed, 1 insertion(+)

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" },
 	{},
 };
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: SAMSUNG: Fix system restart support on s3c6410
  2019-09-07  3:30 [PATCH] ARM: SAMSUNG: Fix system restart support on s3c6410 Yao Lihua
@ 2019-09-09 18:55 ` krzk
  0 siblings, 0 replies; 2+ messages in thread
From: krzk @ 2019-09-09 18:55 UTC (permalink / raw)
  To: Yao Lihua; +Cc: linux-samsung-soc, kgene, linux-arm-kernel

On Sat, Sep 07, 2019 at 03:30:01AM +0000, Yao Lihua wrote:
> From: Lihua Yao <ylhuajnu@outlook.com>
> 
> S3C6410 system restart is triggered by watchdog reset.
> 
> Fixes: 9f55342cc2de ("ARM: dts: s3c64xx: Fix infinite interrupt in soft mode")
> Signed-off-by: Lihua Yao <ylhuajnu@outlook.com>
> ---
>  arch/arm/plat-samsung/watchdog-reset.c | 1 +

Thanks, applied.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-09 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-07  3:30 [PATCH] ARM: SAMSUNG: Fix system restart support on s3c6410 Yao Lihua
2019-09-09 18:55 ` krzk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).