Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757101AbbKRVQy (ORCPT ); Wed, 18 Nov 2015 16:16:54 -0500 Received: from mail.kernel.org ([198.145.29.136]:60036 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755870AbbKRVQx (ORCPT ); Wed, 18 Nov 2015 16:16:53 -0500 Date: Wed, 18 Nov 2015 15:16:48 -0600 From: Rob Herring To: Mans Rullgard Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog Message-ID: <20151118211648.GA28553@rob-hp-laptop> References: <1447869343-25168-1-git-send-email-mans@mansr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447869343-25168-1-git-send-email-mans@mansr.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1513 Lines: 48 On Wed, Nov 18, 2015 at 05:55:42PM +0000, Mans Rullgard wrote: > This adds a binding for the watchdog in Sigma Designs SMP8642 and > similar devices. > > Signed-off-by: Mans Rullgard Acked-by: Rob Herring > --- > Changes: > - add timeout-sec property > --- > .../devicetree/bindings/watchdog/sigma,smp8642-wdt.txt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt > > diff --git a/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt b/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt > new file mode 100644 > index 0000000..5b7ec2c > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt > @@ -0,0 +1,18 @@ > +Sigma Designs SMP86xx/SMP87xx watchdog > + > +Required properties: > +- compatible: Should be "sigma,smp8642-wdt" > +- reg: Specifies the physical address region > +- clocks: Should be a phandle to the clock > + > +Optional properties: > +- timeout-sec: watchdog timeout in seconds > + > +Example: > + > +watchdog@1fd00 { > + compatible = "sigma,smp8642-wdt"; > + reg = <0x1fd00 8>; > + clocks = <&xtal_in_clk>; > + timeout-sec = <30>; > +}; > -- > 2.6.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/