replace the TI patch with a smaller patchset
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 807-ARM_dts_AM33XX_Add_hwspinlock_node.patch
1 From d4cbe80db468dcfaa058f9f00a332784e5dff316 Mon Sep 17 00:00:00 2001
2 From: Suman Anna <s-anna@ti.com>
3 Date: Thu, 10 Oct 2013 21:15:35 +0000
4 Subject: ARM: dts: AM33XX: Add hwspinlock node
5
6 Add the hwspinlock device tree node for AM33xx family
7 of SoCs.
8
9 Signed-off-by: Suman Anna <s-anna@ti.com>
10 Signed-off-by: Tony Lindgren <tony@atomide.com>
11 ---
12 diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
13 index 0ca13ad..9ae258e 100644
14 --- a/arch/arm/boot/dts/am33xx.dtsi
15 +++ b/arch/arm/boot/dts/am33xx.dtsi
16 @@ -288,6 +288,12 @@
17 status = "disabled";
18 };
19
20 + hwspinlock: spinlock@480ca000 {
21 + compatible = "ti,omap4-hwspinlock";
22 + reg = <0x480ca000 0x1000>;
23 + ti,hwmods = "spinlock";
24 + };
25 +
26 wdt2: wdt@44e35000 {
27 compatible = "ti,omap3-wdt";
28 ti,hwmods = "wd_timer2";
29 --
30 cgit v0.9.2