Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20ce8513 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: dts: at91: sama5d4: add watchdog interrupt property



The "interrupts" property is missing from the watchdog node. Add it with
highest priority value of 7.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent b1f3a3b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1302,6 +1302,7 @@
			watchdog@fc068640 {
				compatible = "atmel,sama5d4-wdt";
				reg = <0xfc068640 0x10>;
				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
				clocks = <&clk32k>;
				status = "disabled";
			};