Add DT support for twl4030_wdt. This is needed to get twl4030_wdt to probe when booting with DT. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>tirimbino
parent
412b3729dd
commit
8899b8d93e
@ -0,0 +1,10 @@ |
|||||||
|
Device tree bindings for twl4030-wdt driver (TWL4030 watchdog) |
||||||
|
|
||||||
|
Required properties: |
||||||
|
compatible = "ti,twl4030-wdt"; |
||||||
|
|
||||||
|
Example: |
||||||
|
|
||||||
|
watchdog { |
||||||
|
compatible = "ti,twl4030-wdt"; |
||||||
|
}; |
Loading…
Reference in new issue