linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] ARM: dts: add watchdog to the Gemini
@ 2017-01-22 22:39 Linus Walleij
  0 siblings, 0 replies; only message in thread
From: Linus Walleij @ 2017-01-22 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

This adds watchdog support to the Gemini SoC DTSI file.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
This pach is FYI only, I will carry this to the ARM SoC tree.
---
 arch/arm/boot/dts/gemini.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi
index 19c93cfbeae3..405d6cedf409 100644
--- a/arch/arm/boot/dts/gemini.dtsi
+++ b/arch/arm/boot/dts/gemini.dtsi
@@ -33,6 +33,12 @@
 		};
 	};
 
+	watchdog at 41000000 {
+		compatible = "cortina,gemini-watchdog";
+		reg = <0x41000000 0x1000>;
+		interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
+	};
+
 	timer at 43000000 {
 		compatible = "cortina,gemini-timer";
 		reg = <0x43000000 0x1000>;
-- 
2.9.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-22 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-22 22:39 [PATCH 3/3] ARM: dts: add watchdog to the Gemini Linus Walleij

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