diff options
author | Suman Anna <s-anna@ti.com> | 2013-10-10 21:15:35 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-29 20:51:38 (GMT) |
commit | d4cbe80db468dcfaa058f9f00a332784e5dff316 (patch) | |
tree | 2dc82a0791b9b79b4c27744d5dc134445b8392b5 /arch/arm/boot | |
parent | fe0e09e48cc3566b240a6b79e7e9cd54f7f48755 (diff) | |
download | linux-d4cbe80db468dcfaa058f9f00a332784e5dff316.tar.xz |
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')
-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 0ca13ad..9ae258e 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"; |