Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757254AbcJGPnI (ORCPT ); Fri, 7 Oct 2016 11:43:08 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:35829 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756906AbcJGPTy (ORCPT ); Fri, 7 Oct 2016 11:19:54 -0400 From: Pantelis Antoniou To: Lee Jones Cc: Rob Herring , Linus Walleij , Alexandre Courbot , Mark Rutland , Frank Rowand , Wolfram Sang , David Woodhouse , Brian Norris , Wim Van Sebroeck , Guenter Roeck , Peter Rosin , Debjit Ghosh , Georgi Vlaev , Guenter Roeck , JawaharBalaji Thirumalaisamy , Rajat Jain , Pantelis Antoniou , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-mtd@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: [PATCH 04/10] watchdog: ptxpmb-wdt: Add ptxpmb-wdt device tree bindings Date: Fri, 7 Oct 2016 18:17:25 +0300 Message-Id: <1475853451-22121-5-git-send-email-pantelis.antoniou@konsulko.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1475853451-22121-1-git-send-email-pantelis.antoniou@konsulko.com> References: <1475853451-22121-1-git-send-email-pantelis.antoniou@konsulko.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 37 From: Georgi Vlaev Add binding document for the watchdog driver of PTXPMB CPLD. Signed-off-by: Georgi Vlaev [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou --- .../devicetree/bindings/watchdog/jnx-ptxpmb-wdt.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/jnx-ptxpmb-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/jnx-ptxpmb-wdt.txt b/Documentation/devicetree/bindings/watchdog/jnx-ptxpmb-wdt.txt new file mode 100644 index 0000000..34b64f6 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/jnx-ptxpmb-wdt.txt @@ -0,0 +1,17 @@ +Juniper's PTXPMB FPGA watchdog driver + +Required properties: + +- compatible: Should be "jnx,ptxpmb-wdt" + +Optional properties: + +- reg : Specifies base physical address and size of the registers. It is + optional since the MFD parent driver supplies it, but can be overridden. + +Example: + +wdt { + compatible = "jnx,ptxpmb-wdt"; + /* no properties defined */ +}; -- 1.9.1