cns3xxx: support isolated PCI interrupts on newer Laguna PCBs
[openwrt/staging/chunkeey.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 --- a/arch/arm/boot/dts/am33xx.dtsi
13 +++ b/arch/arm/boot/dts/am33xx.dtsi
14 @@ -278,6 +278,12 @@
15 status = "disabled";
16 };
17
18 + hwspinlock: spinlock@480ca000 {
19 + compatible = "ti,omap4-hwspinlock";
20 + reg = <0x480ca000 0x1000>;
21 + ti,hwmods = "spinlock";
22 + };
23 +
24 wdt2: wdt@44e35000 {
25 compatible = "ti,omap3-wdt";
26 ti,hwmods = "wd_timer2";