mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 1/2] watchdog: ar9344-wdt: disable watchdog in probe
@ 2018-02-28 17:22 Oleksij Rempel
  2018-02-28 17:22 ` [PATCH v1 2/2] MIPS: dts: enable heartbeat led for ar9331-dptechnics-dpt-module Oleksij Rempel
  2018-03-01  9:03 ` [PATCH v1 1/2] watchdog: ar9344-wdt: disable watchdog in probe Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksij Rempel @ 2018-02-28 17:22 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

This should avoid of triggering reset if we boot barebox from
barebox.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
 drivers/watchdog/ar9344_wdt.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/watchdog/ar9344_wdt.c b/drivers/watchdog/ar9344_wdt.c
index d570cb40f..b61786b1b 100644
--- a/drivers/watchdog/ar9344_wdt.c
+++ b/drivers/watchdog/ar9344_wdt.c
@@ -101,6 +101,8 @@ static int ar9344_wdt_probe(struct device_d *dev)
 	dev->priv = priv;
 
 	ar9344_watchdog_detect_reset_source(priv);
+	/* disable watchdog on probe */
+	iowrite32be(0, priv->base + AR9344_WD_REG_CTRL);
 
 	priv->clk = clk_get(dev, NULL);
 	if (IS_ERR(priv->clk)) {
-- 
2.14.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-03-01  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 17:22 [PATCH v1 1/2] watchdog: ar9344-wdt: disable watchdog in probe Oleksij Rempel
2018-02-28 17:22 ` [PATCH v1 2/2] MIPS: dts: enable heartbeat led for ar9331-dptechnics-dpt-module Oleksij Rempel
2018-03-01  9:04   ` Sascha Hauer
2018-03-01  9:03 ` [PATCH v1 1/2] watchdog: ar9344-wdt: disable watchdog in probe Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox