dt-bindings: watchdog: document STPMIC1 PMIC watchdog
authorPascal PAILLET-LME <p.paillet@st.com>
Mon, 14 Jan 2019 10:05:17 +0000 (10:05 +0000)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 Jan 2019 14:00:50 +0000 (14:00 +0000)
The STPMIC1 PMIC embeds a watchdog which is disabled by default.
In case of watchdog, the PMIC goes off.

Signed-off-by: Pascal Paillet <p.paillet@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt b/Documentation/devicetree/bindings/watchdog/st,stpmic1-wdt.txt
new file mode 100644 (file)
index 0000000..7cc1407
--- /dev/null
@@ -0,0 +1,11 @@
+STMicroelectronics STPMIC1 Watchdog
+
+Required properties:
+
+- compatible : should be "st,stpmic1-wdt"
+
+Example:
+
+watchdog {
+       compatible = "st,stpmic1-wdt";
+};