Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753899Ab3IQTbz (ORCPT ); Tue, 17 Sep 2013 15:31:55 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:33361 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753706Ab3IQTbx (ORCPT ); Tue, 17 Sep 2013 15:31:53 -0400 From: Suman Anna To: Benoit Cousson CC: Ohad Ben-Cohen , Tony Lindgren , Kumar Gala , Paul Walmsley , , , , Suman Anna Subject: [PATCHv2 8/9] ARM: dts: AM33XX: Add hwspinlock node Date: Tue, 17 Sep 2013 14:31:22 -0500 Message-ID: X-Mailer: git-send-email 1.8.3.3 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 33 Add the hwspinlock device tree node for AM33xx family of SoCs. Signed-off-by: Suman Anna --- arch/arm/boot/dts/am33xx.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index f9c5da9..4371257 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -228,6 +228,12 @@ status = "disabled"; }; + hwspinlock: spinlock@480ca000 { + compatible = "ti,omap4-hwspinlock"; + reg = <0x480ca000 0x1000>; + ti,hwmods = "spinlock"; + }; + wdt2: wdt@44e35000 { compatible = "ti,omap3-wdt"; ti,hwmods = "wd_timer2"; -- 1.8.3.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/