diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-26 14:32:47 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-27 15:08:57 +0300 |
commit | 20ce85130df56ceb2cfaa11743e5a0fe0265ebde (patch) | |
tree | f7e98db29a6f3a3ec6257d751fdc307e841e4d75 /arch/arm/boot/dts/sama5d4.dtsi | |
parent | b1f3a3b03eb5f61b4051e2da9aa15653e705e111 (diff) | |
download | linux-20ce85130df56ceb2cfaa11743e5a0fe0265ebde.tar.xz |
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 <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |