aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2013-10-10 17:15:35 -0400
committerTony Lindgren <tony@atomide.com>2013-10-29 16:51:38 -0400
commitd4cbe80db468dcfaa058f9f00a332784e5dff316 (patch)
tree2dc82a0791b9b79b4c27744d5dc134445b8392b5
parentfe0e09e48cc3566b240a6b79e7e9cd54f7f48755 (diff)
ARM: dts: AM33XX: Add hwspinlock node
Add the hwspinlock device tree node for AM33xx family of SoCs. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 0ca13ad92fa6..9ae258ebe1eb 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -288,6 +288,12 @@
288 status = "disabled"; 288 status = "disabled";
289 }; 289 };
290 290
291 hwspinlock: spinlock@480ca000 {
292 compatible = "ti,omap4-hwspinlock";
293 reg = <0x480ca000 0x1000>;
294 ti,hwmods = "spinlock";
295 };
296
291 wdt2: wdt@44e35000 { 297 wdt2: wdt@44e35000 {
292 compatible = "ti,omap3-wdt"; 298 compatible = "ti,omap3-wdt";
293 ti,hwmods = "wd_timer2"; 299 ti,hwmods = "wd_timer2";