diff options
author | Suman Anna <s-anna@ti.com> | 2014-01-13 19:26:47 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 17:14:10 -0500 |
commit | fd4a8a685d5b51c2485d8d69661cf8d42ba7acde (patch) | |
tree | 772fc039c078989bac1ef7e13884094842e4c90a | |
parent | dbd7c191dbd2bc3b17bce2fedf87cd3606b5953d (diff) |
ARM: dts: AM4372: Add hwspinlock node
Add the hwspinlock device tree node for AM43xx family
of 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/am4372.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c6bd4d986c29..bcf77a870e67 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -351,6 +351,13 @@ | |||
351 | status = "disabled"; | 351 | status = "disabled"; |
352 | }; | 352 | }; |
353 | 353 | ||
354 | hwspinlock: spinlock@480ca000 { | ||
355 | compatible = "ti,omap4-hwspinlock"; | ||
356 | reg = <0x480ca000 0x1000>; | ||
357 | ti,hwmods = "spinlock"; | ||
358 | #hwlock-cells = <1>; | ||
359 | }; | ||
360 | |||
354 | i2c0: i2c@44e0b000 { | 361 | i2c0: i2c@44e0b000 { |
355 | compatible = "ti,am4372-i2c","ti,omap4-i2c"; | 362 | compatible = "ti,am4372-i2c","ti,omap4-i2c"; |
356 | reg = <0x44e0b000 0x1000>; | 363 | reg = <0x44e0b000 0x1000>; |