diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2015-11-12 17:07:49 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 21:19:08 +0300 |
commit | 24f098220c43fb9ac32f6a667dfd102e2bdae671 (patch) | |
tree | 264355de7d38cd7e563be224cd98236ba940d7ad /arch/arm/boot/dts/dm816x.dtsi | |
parent | 727535fd2032985c987a34b7e5853512424237d5 (diff) | |
download | linux-24f098220c43fb9ac32f6a667dfd102e2bdae671.tar.xz |
ARM: dts: Add omap4-hwspinlock support in dm816x
Add dm816x DT entries for omap4-hwspinlock support as hwmod spinbox.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm816x.dtsi')
-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>; |