aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal PAILLET-LME <[email protected]>2019-01-14 10:05:17 +0000
committerLee Jones <[email protected]>2019-01-16 14:00:50 +0000
commit6e4531090fcddf436acf6248d3a32aa516b07075 (patch)
tree240de13828f86bfa61e838a7f9db9b47517fc2f7
parent9eb9cc932cfa43ac53d82b1b8d593a3a975be99e (diff)
dt-bindings: watchdog: document STPMIC1 PMIC watchdog
The STPMIC1 PMIC embeds a watchdog which is disabled by default. In case of watchdog, the PMIC goes off. Signed-off-by: Pascal Paillet <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Lee Jones <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt b/Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt
new file mode 100644
index 000000000000..7cc1407f15cb
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt
@@ -0,0 +1,11 @@
+STMicroelectronics STPMIC1 Watchdog
+
+Required properties:
+
+- compatible : should be "st,stpmic1-wdt"
+
+Example:
+
+watchdog {
+ compatible = "st,stpmic1-wdt";
+};