IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / marvel.txt
blob5dc8d30061ce0b9c01347864135c5f0a40763751
1 * Marvell Orion Watchdog Time
3 Required Properties:
5 - Compatibility : "marvell,orion-wdt"
6 - reg           : Address of the timer registers
8 Optional properties:
10 - timeout-sec   : Contains the watchdog timeout in seconds
12 Example:
14         wdt@20300 {
15                 compatible = "marvell,orion-wdt";
16                 reg = <0x20300 0x28>;
17                 timeout-sec = <10>;
18                 status = "okay";
19         };