diff options
author | Suman Anna <s-anna@ti.com> | 2013-10-10 23:15:35 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-29 21:51:38 +0100 |
commit | d4cbe80db468dcfaa058f9f00a332784e5dff316 (patch) | |
tree | 2dc82a0791b9b79b4c27744d5dc134445b8392b5 /arch/arm/boot/dts | |
parent | ARM: dts: OMAP5: Add hwspinlock node (diff) | |
download | linux-d4cbe80db468dcfaa058f9f00a332784e5dff316.tar.xz linux-d4cbe80db468dcfaa058f9f00a332784e5dff316.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 6 |
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 @@ 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"; |