projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f3a3b
)
ARM: dts: at91: sama5d4: add watchdog interrupt property
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Tue, 26 Apr 2016 11:32:47 +0000
(13:32 +0200)
committer
Nicolas 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index db1151c18466c3ac530be0ba39ba2f00be3a06bc..058e56e431cd7b1abc41d56dfa2e4e956c63e88e 100644
(file)
--- 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";
};