Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm2835-pm-wdog.txt
index d209366..f801d71 100644 (file)
@@ -5,9 +5,14 @@ Required properties:
 - compatible : should be "brcm,bcm2835-pm-wdt"
 - reg : Specifies base physical address and size of the registers.
 
+Optional properties:
+
+- timeout-sec   : Contains the watchdog timeout in seconds
+
 Example:
 
 watchdog {
        compatible = "brcm,bcm2835-pm-wdt";
        reg = <0x7e100000 0x28>;
+       timeout-sec = <10>;
 };