devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bugfix tqma7 soft reset issue
@ 2019-04-14 12:06 Bruno Thomsen
  2019-04-14 15:32 ` Fabio Estevam
  2019-04-16  9:08 ` [PATCH v2] " Bruno Thomsen
  0 siblings, 2 replies; 5+ messages in thread
From: Bruno Thomsen @ 2019-04-14 12:06 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: devicetree, laa, festevam, s.hauer, clemens.ml, Bruno Thomsen,
	ksc, robh+dt, linux-imx, kernel, shawnguo, Markus Niebel

Running reboot command on the TQMa7 board would just hang infinite
at the end of the system shutdown process.

Handling of i.MX7 errata e10574:
Watchdog: A watchdog timeout or software trigger will not reset the SOC.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Reviewed-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
 arch/arm/boot/dts/imx7-tqma7.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx7-tqma7.dtsi b/arch/arm/boot/dts/imx7-tqma7.dtsi
index 85fe461e5e67..896eff839d5e 100644
--- a/arch/arm/boot/dts/imx7-tqma7.dtsi
+++ b/arch/arm/boot/dts/imx7-tqma7.dtsi
@@ -228,5 +228,12 @@
 };
 
 &wdog1 {
+	/*
+	 * Errata e10574:
+	 * WDOG reset needs to run with WDOG_RESET_B signal enabled.
+	 * X1-51 (WDOG1#) signal needs carrier board handling to reset
+	 * TQMa7 on X1-22 (RESET_IN#).
+	 */
+	fsl,ext-reset-output;
 	status = "okay";
 };
-- 
2.20.1

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

end of thread, other threads:[~2019-04-22  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-14 12:06 [PATCH] ARM: dts: bugfix tqma7 soft reset issue Bruno Thomsen
2019-04-14 15:32 ` Fabio Estevam
2019-04-14 16:10   ` Bruno Thomsen
2019-04-16  9:08 ` [PATCH v2] " Bruno Thomsen
2019-04-22  0:52   ` Shawn Guo

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).