1
0
Fork 0

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 <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>
hifive-unleashed-5.1
Pascal PAILLET-LME 2019-01-14 10:05:17 +00:00 committed by Lee Jones
parent 9eb9cc932c
commit 6e4531090f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
STMicroelectronics STPMIC1 Watchdog
Required properties:
- compatible : should be "st,stpmic1-wdt"
Example:
watchdog {
compatible = "st,stpmic1-wdt";
};