mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
ARM: dts: DRA7: Add hwspinlock node
Add the hwspinlock device tree node for DRA7 SoCs. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
3405421344
commit
dbd7c191db
@ -464,6 +464,13 @@
|
|||||||
ti,hwmods = "wd_timer2";
|
ti,hwmods = "wd_timer2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hwspinlock: spinlock@4a0f6000 {
|
||||||
|
compatible = "ti,omap4-hwspinlock";
|
||||||
|
reg = <0x4a0f6000 0x1000>;
|
||||||
|
ti,hwmods = "spinlock";
|
||||||
|
#hwlock-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
i2c1: i2c@48070000 {
|
i2c1: i2c@48070000 {
|
||||||
compatible = "ti,omap4-i2c";
|
compatible = "ti,omap4-i2c";
|
||||||
reg = <0x48070000 0x100>;
|
reg = <0x48070000 0x100>;
|
||||||
|
Loading…
Reference in New Issue
Block a user