aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2013-10-08 13:41:19 -0400
committerJason Cooper <jason@lakedaemon.net>2013-10-09 09:15:17 -0400
commit080972aaff6f6634fe1a6195ecc25e4e0904348e (patch)
tree882f1a6ace2501dd1f0c1519e1612db4c2d58e85 /arch/arm/boot/dts/dove.dtsi
parent7837feff0d881835309fced7a7c4b5f32866d632 (diff)
ARM: Dove: Add the audio devices in DT
This patch adds the nodes to instantiate the audio devices of the Dove boards. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 499abadf86f0..1e60db1ae353 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -573,6 +573,24 @@
573 phy-handle = <&ethphy>; 573 phy-handle = <&ethphy>;
574 }; 574 };
575 }; 575 };
576
577 audio0: audio-controller@b0000 {
578 compatible = "marvell,dove-audio";
579 reg = <0xb0000 0x2210>;
580 interrupts = <19>, <20>;
581 clocks = <&gate_clk 12>;
582 clock-names = "internal";
583 status = "disabled";
584 };
585
586 audio1: audio-controller@b4000 {
587 compatible = "marvell,dove-audio";
588 reg = <0xb4000 0x2210>;
589 interrupts = <21>, <22>;
590 clocks = <&gate_clk 13>;
591 clock-names = "internal";
592 status = "disabled";
593 };
576 }; 594 };
577 }; 595 };
578}; 596};