diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-26 13:32:47 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-27 14:08:57 +0200 |
commit | 20ce85130df56ceb2cfaa11743e5a0fe0265ebde (patch) | |
tree | f7e98db29a6f3a3ec6257d751fdc307e841e4d75 /arch/arm | |
parent | ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description (diff) | |
download | linux-20ce85130df56ceb2cfaa11743e5a0fe0265ebde.tar.xz linux-20ce85130df56ceb2cfaa11743e5a0fe0265ebde.zip |
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')
-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"; }; |