diff options
| author | Neil Armstrong <[email protected]> | 2015-11-12 15:07:49 +0100 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2015-11-30 10:19:08 -0800 |
| commit | 24f098220c43fb9ac32f6a667dfd102e2bdae671 (patch) | |
| tree | 264355de7d38cd7e563be224cd98236ba940d7ad | |
| parent | 727535fd2032985c987a34b7e5853512424237d5 (diff) | |
ARM: dts: Add omap4-hwspinlock support in dm816x
Add dm816x DT entries for omap4-hwspinlock support as hwmod spinbox.
Cc: Brian Hutchinson <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 2fde534db6c6..f9286c3bdedc 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -225,6 +225,13 @@ }; }; + spinbox: spinbox@480ca000 { + compatible = "ti,omap4-hwspinlock"; + reg = <0x480ca000 0x2000>; + ti,hwmods = "spinbox"; + #hwlock-cells = <1>; + }; + mdio: mdio@4a100800 { compatible = "ti,davinci_mdio"; #address-cells = <1>; |