Message ID | 1547460290-21049-6-git-send-email-p.paillet@st.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 6e4531090fcddf436acf6248d3a32aa516b07075 |
Headers | show |
Series | Introduce STPMIC1 PMIC Driver | expand |
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 0000000..7cc1407 --- /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"; +};