From: Nicolas Ferre Date: Tue, 26 Apr 2016 11:32:47 +0000 (+0200) Subject: ARM: dts: at91: sama5d4: add watchdog interrupt property X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20ce85130df56ceb2cfaa11743e5a0fe0265ebde;p=linux-beck.git 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: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index db1151c18466..058e56e431cd 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1302,6 +1302,7 @@ watchdog@fc068640 { compatible = "atmel,sama5d4-wdt"; reg = <0xfc068640 0x10>; + interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; clocks = <&clk32k>; status = "disabled"; };