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>
This commit is contained in:
parent
727535fd20
commit
24f098220c
|
@ -225,6 +225,13 @@ mbox_dsp: mbox_dsp {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spinbox: spinbox@480ca000 {
|
||||||
|
compatible = "ti,omap4-hwspinlock";
|
||||||
|
reg = <0x480ca000 0x2000>;
|
||||||
|
ti,hwmods = "spinbox";
|
||||||
|
#hwlock-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
mdio: mdio@4a100800 {
|
mdio: mdio@4a100800 {
|
||||||
compatible = "ti,davinci_mdio";
|
compatible = "ti,davinci_mdio";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue