projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe46aa6
)
ARM: at91/dt: add watchdog properties to kizbox board
author
Boris BREZILLON
<b.brezillon@overkiz.com>
Fri, 4 Oct 2013 07:24:15 +0000
(09:24 +0200)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 28 Jan 2014 20:33:38 +0000
(21:33 +0100)
Add watchdog specific config for kizbox board.
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
arch/arm/boot/dts/kizbox.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/kizbox.dts
b/arch/arm/boot/dts/kizbox.dts
index
02df191
..
928f6ee
100644
(file)
--- a/
arch/arm/boot/dts/kizbox.dts
+++ b/
arch/arm/boot/dts/kizbox.dts
@@
-53,6
+53,12
@@
status = "okay";
};
+ watchdog@fffffd40 {
+ timeout-sec = <15>;
+ atmel,max-heartbeat-sec = <16>;
+ atmel,min-heartbeat-sec = <0>;
+ status = "okay";
+ };
};
nand0: nand@40000000 {