From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:43208 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754115AbcE3III (ORCPT ); Mon, 30 May 2016 04:08:08 -0400 Subject: Re: [PATCH v3 1/2] doc/devicetree: Add Aspeed watchdog timer bindings To: Joel Stanley , wim@iguana.be, robh@kernel.org References: <1463062631-16432-1-git-send-email-joel@jms.id.au> <1463559661-14170-1-git-send-email-joel@jms.id.au> <1463559661-14170-2-git-send-email-joel@jms.id.au> Cc: linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jk@ozlabs.org, benh@kernel.crashing.org From: Guenter Roeck Message-ID: <574BF4DF.6000305@roeck-us.net> Date: Mon, 30 May 2016 01:07:59 -0700 MIME-Version: 1.0 In-Reply-To: <1463559661-14170-2-git-send-email-joel@jms.id.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 05/18/2016 01:20 AM, Joel Stanley wrote: > Signed-off-by: Joel Stanley Reviewed-by: Guenter Roeck > --- > .../devicetree/bindings/watchdog/aspeed-wdt.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt > > diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt > new file mode 100644 > index 000000000000..c5e74d7b4406 > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt > @@ -0,0 +1,16 @@ > +Aspeed Watchdog Timer > + > +Required properties: > + - compatible: must be one of: > + - "aspeed,ast2400-wdt" > + - "aspeed,ast2500-wdt" > + > + - reg: physical base address of the controller and length of memory mapped > + region > + > +Example: > + > + wdt1: watchdog@1e785000 { > + compatible = "aspeed,ast2400-wdt"; > + reg = <0x1e785000 0x1c>; > + }; >