From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Twiss Subject: [PATCH V1 07/10] Documentation: dt: watchdog: da9062/61 Watchdog timer binding Date: Thu, 6 Oct 2016 09:43:31 +0100 Message-ID: <6e2e5600560d0bad024e845221d5e04b93d8cd68.1475743411.git.stwiss.opensource@diasemi.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: DEVICETREE , Guenter Roeck , LINUX-KERNEL , LINUX-WATCHDOG , Mark Rutland , Rob Herring , Wim Van Sebroeck Cc: Dmitry Torokhov , Eduardo Valentin , LINUX-INPUT , LINUX-PM , Lee Jones , Liam Girdwood , Mark Brown , Support Opensource , Zhang Rui List-Id: linux-input@vger.kernel.org From: Steve Twiss Add binding information for DA9062 and DA9061 watchdog. Signed-off-by: Steve Twiss --- 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