summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt
diff options
context:
space:
mode:
authorAaro Koskinen2012-12-23 21:03:37 +0100
committerWim Van Sebroeck2013-01-02 12:07:05 +0100
commit8899b8d93ec64b7a8e54807a68a958e1206535e2 (patch)
tree22bc88d77fdf1fd2489c8be62f51bf95b9a6db8c /Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt
parentwatchdog: omap_wdt: eliminate unused variable and a compiler warning (diff)
downloadkernel-qcow2-linux-8899b8d93ec64b7a8e54807a68a958e1206535e2.tar.gz
kernel-qcow2-linux-8899b8d93ec64b7a8e54807a68a958e1206535e2.tar.xz
kernel-qcow2-linux-8899b8d93ec64b7a8e54807a68a958e1206535e2.zip
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/bindings/watchdog/twl4030-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt10
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 @@
+Device tree bindings for twl4030-wdt driver (TWL4030 watchdog)
+
+Required properties:
+ compatible = "ti,twl4030-wdt";
+
+Example:
+
+watchdog {
+ compatible = "ti,twl4030-wdt";
+};