Skip to content

Commit

Permalink
ARM: dts: OMAP5: Add hwspinlock node
Browse files Browse the repository at this point in the history
Add the hwspinlock device tree node for OMAP5 SoCs.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Suman Anna authored and Tony Lindgren committed Oct 29, 2013
1 parent 04c7d92 commit fe0e09e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/omap5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@
ti,hwmods = "i2c5";
};

hwspinlock: spinlock@4a0f6000 {
compatible = "ti,omap4-hwspinlock";
reg = <0x4a0f6000 0x1000>;
ti,hwmods = "spinlock";
};

mcspi1: spi@48098000 {
compatible = "ti,omap4-mcspi";
reg = <0x48098000 0x200>;
Expand Down

0 comments on commit fe0e09e

Please sign in to comment.