diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-25 12:33:59 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-03 21:17:49 -0500 |
commit | b3f742cc76274644c3346e9e1af3f22f40a36dd3 (patch) | |
tree | aa3b6208ca8503ba122eb4c0e40c4e30318e6731 /arch/arm/boot/dts/kirkwood.dtsi | |
parent | b89af936c911ed613d1868699d4eb4b7978c54f1 (diff) |
ARM: kirkwood: Add audio node to kirkwood.dtsi
The binding has existed for a while, so add the missing node so it can
be used by devices.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 7b921b30cfcb..5a86fa820e12 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi | |||
@@ -310,5 +310,14 @@ | |||
310 | #phy-cells = <0>; | 310 | #phy-cells = <0>; |
311 | status = "ok"; | 311 | status = "ok"; |
312 | }; | 312 | }; |
313 | |||
314 | audio0: audio-controller@a0000 { | ||
315 | compatible = "marvell,kirkwood-audio"; | ||
316 | reg = <0xa0000 0x2210>; | ||
317 | interrupts = <24>; | ||
318 | clocks = <&gate_clk 9>; | ||
319 | clock-names = "internal"; | ||
320 | status = "disabled"; | ||
321 | }; | ||
313 | }; | 322 | }; |
314 | }; | 323 | }; |