aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2014-01-13 19:26:46 -0500
committerTony Lindgren <tony@atomide.com>2014-02-28 17:14:10 -0500
commitdbd7c191dbd2bc3b17bce2fedf87cd3606b5953d (patch)
tree717a91133ddafd8f774f571404d2d14a898be37f
parent3405421344b808534d7a4c483354ea67e6edf491 (diff)
ARM: dts: DRA7: Add hwspinlock node
Add the hwspinlock device tree node for DRA7 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/dra7.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 1fd75aa4639d..bff4348f48fa 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -464,6 +464,13 @@
464 ti,hwmods = "wd_timer2"; 464 ti,hwmods = "wd_timer2";
465 }; 465 };
466 466
467 hwspinlock: spinlock@4a0f6000 {
468 compatible = "ti,omap4-hwspinlock";
469 reg = <0x4a0f6000 0x1000>;
470 ti,hwmods = "spinlock";
471 #hwlock-cells = <1>;
472 };
473
467 i2c1: i2c@48070000 { 474 i2c1: i2c@48070000 {
468 compatible = "ti,omap4-i2c"; 475 compatible = "ti,omap4-i2c";
469 reg = <0x48070000 0x100>; 476 reg = <0x48070000 0x100>;