[PATCH V1 07/10] Documentation: dt: watchdog: da9062/61 Watchdog timer binding

From: Steve Twiss
Date: Thu Oct 06 2016 - 05:09:45 EST


From: Steve Twiss <stwiss.opensource@xxxxxxxxxxx>

Add binding information for DA9062 and DA9061 watchdog.

Signed-off-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx>

---
This patch applies against linux-next and v4.8

Hi,

This patch depends on the acceptance of DA9061 watchdog driver:
[PATCH V1 4/10] watchdog: da9061: watchdog driver

Regards,
Steve Twiss, Dialog Semiconductor Ltd.


Documentation/devicetree/bindings/watchdog/da9062-wdt.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/da9062-wdt.txt

diff --git a/Documentation/devicetree/bindings/watchdog/da9062-wdt.txt b/Documentation/devicetree/bindings/watchdog/da9062-wdt.txt
new file mode 100644
index 0000000..eac0062
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/da9062-wdt.txt
@@ -0,0 +1,11 @@
+* Dialog Semiconductor DA9062/61 Watchdog Timer
+
+Required properties:
+- compatible: "dlg,da9062-watchdog"
+ "dlg,da9061-watchdog"
+
+Example:
+ watchdog {
+ compatible = "dlg,da9062-watchdog";
+ };
+
--
end-of-patch for PATCH V1