ARM: dts: at91: sama5d4: add watchdog interrupt property
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 26 Apr 2016 11:32:47 +0000 (13:32 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Apr 2016 12:08:57 +0000 (14:08 +0200)
The "interrupts" property is missing from the watchdog node. Add it with
highest priority value of 7.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d4.dtsi

index db1151c18466c3ac530be0ba39ba2f00be3a06bc..058e56e431cd7b1abc41d56dfa2e4e956c63e88e 100644 (file)
                        watchdog@fc068640 {
                                compatible = "atmel,sama5d4-wdt";
                                reg = <0xfc068640 0x10>;
+                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
                                clocks = <&clk32k>;
                                status = "disabled";
                        };