Commit 6e453109 authored by Pascal PAILLET-LME's avatar Pascal PAILLET-LME Committed by Lee Jones
Browse files

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: default avatarPascal Paillet <p.paillet@st.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 9eb9cc93
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
STMicroelectronics STPMIC1 Watchdog

Required properties:

- compatible : should be "st,stpmic1-wdt"

Example:

watchdog {
	compatible = "st,stpmic1-wdt";
};