From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [RFC PATCH 07/10] documentation/dt: Add spinlock bindings Date: Thu, 8 Sep 2011 11:10:01 -0700 Message-ID: <20110908181001.GF2967@ponder.secretlab.ca> References: <1314191356-10963-1-git-send-email-b-cousson@ti.com> <1314191356-10963-8-git-send-email-b-cousson@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1314191356-10963-8-git-send-email-b-cousson-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Benoit Cousson Cc: khilman-l0cyMroinI0@public.gmane.org, tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, manjugk-l0cyMroinI0@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Randy Dunlap , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Aug 24, 2011 at 03:09:13PM +0200, Benoit Cousson wrote: > Add documentation for the HW spinlock in OMAP4. > > Signed-off-by: Benoit Cousson > Cc: Randy Dunlap > --- > .../bindings/hwspinlock/omap-spinlock.txt | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > create mode 100644 Documentation/devicetree/bindings/hwspinlock/omap-spinlock.txt > > diff --git a/Documentation/devicetree/bindings/hwspinlock/omap-spinlock.txt b/Documentation/devicetree/bindings/hwspinlock/omap-spinlock.txt > new file mode 100644 > index 0000000..36ac074 > --- /dev/null > +++ b/Documentation/devicetree/bindings/hwspinlock/omap-spinlock.txt > @@ -0,0 +1,5 @@ > +HW spinlock on OMAP platform: > + > +Required properties: > +- compatible : Must be "ti,omap-spinlock"; "ti,omap-*" is probably too generic. omap3-spinlock or omap4-spinlock would be better. > +- hwmods : "spinlock" > -- > 1.7.0.4 >