X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fwatchdog%2Fbrcm%2Cbcm2835-pm-wdog.txt;h=f801d71de1cd42565e44831f25aa04c0d06ca726;hb=938d0a840d0f97b627111fd038a735f3924fd987;hp=d209366b4a69d88b893a5428b87ba3c0555a1e69;hpb=1ca22254b32657d65315af261ae0e699b8427fb7;p=deliverable%2Flinux.git diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt index d209366b4a69..f801d71de1cd 100644 --- a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt +++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt @@ -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>; };