IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / davinci-wdt.txt
blob75558ccd9a051e59af9233f279a660c27fa58f97
1 DaVinci Watchdog Timer (WDT) Controller
3 Required properties:
4 - compatible : Should be "ti,davinci-wdt"
5 - reg : Should contain WDT registers location and length
7 Examples:
9 wdt: wdt@2320000 {
10         compatible = "ti,davinci-wdt";
11         reg = <0x02320000 0x80>;