Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6: RDU2: disable internal watchdog
@ 2017-12-27  3:56 Andrey Smirnov
  2017-12-27  3:56 ` [PATCH 2/2] ARM: dts: imx6: RDU2: correct RTC compatible Andrey Smirnov
  2017-12-27 11:09 ` [PATCH 1/2] ARM: dts: imx6: RDU2: disable internal watchdog Fabio Estevam
  0 siblings, 2 replies; 6+ messages in thread
From: Andrey Smirnov @ 2017-12-27  3:56 UTC (permalink / raw)
  To: linux-arm-kernel

The system has an external watchdog in the environment processor
so the internal watchdog is of no use.

Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel at lists.infradead.org
Cc: devicetree at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Cc: cphealy at gmail.com
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 6bef9a98678e..818bfc8692a5 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -838,6 +838,10 @@
 	status = "okay";
 };
 
+&wdog1 {
+	status = "disabled";
+};
+
 &audmux {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_audmux>;

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

end of thread, other threads:[~2017-12-27 19:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-27  3:56 [PATCH 1/2] ARM: dts: imx6: RDU2: disable internal watchdog Andrey Smirnov
2017-12-27  3:56 ` [PATCH 2/2] ARM: dts: imx6: RDU2: correct RTC compatible Andrey Smirnov
2017-12-27 11:11   ` Fabio Estevam
2017-12-27 19:33     ` Andrey Smirnov
2017-12-27 11:09 ` [PATCH 1/2] ARM: dts: imx6: RDU2: disable internal watchdog Fabio Estevam
2017-12-27 19:30   ` Andrey Smirnov

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