From: pascal paillet <p.paillet@xxxxxx> The stpmu1 PMIC embeds a watchdog which is disabled by default. In case of watchdog, the PMIC goes off. Signed-off-by: pascal paillet <p.paillet@xxxxxx> --- Documentation/devicetree/bindings/watchdog/st,stpmu1-wdt.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/st,stpmu1-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/st,stpmu1-wdt.txt b/Documentation/devicetree/bindings/watchdog/st,stpmu1-wdt.txt new file mode 100644 index 0000000..b558b3c --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/st,stpmu1-wdt.txt @@ -0,0 +1,11 @@ +STMicroelectronics STPMU1 Watchdog + +Required properties: + +- compatible : should be "st,stpmu1-wdt" + +Example: + +watchdog { + compatible = "st,stpmu1-wdt"; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html