diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2012-12-23 15:03:37 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-01-02 06:07:05 -0500 |
commit | 8899b8d93ec64b7a8e54807a68a958e1206535e2 (patch) | |
tree | 22bc88d77fdf1fd2489c8be62f51bf95b9a6db8c /Documentation/devicetree | |
parent | 412b3729dd0234771c67452b8999191f1e8d8630 (diff) |
watchdog: twl4030_wdt: add DT support
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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt b/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt new file mode 100644 index 000000000000..80a37193c0b8 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | Device tree bindings for twl4030-wdt driver (TWL4030 watchdog) | ||
2 | |||
3 | Required properties: | ||
4 | compatible = "ti,twl4030-wdt"; | ||
5 | |||
6 | Example: | ||
7 | |||
8 | watchdog { | ||
9 | compatible = "ti,twl4030-wdt"; | ||
10 | }; | ||