ARM: Dove: Add the audio devices in DT
authorJean-Francois Moine <moinejf@free.fr>
Tue, 8 Oct 2013 17:41:19 +0000 (19:41 +0200)
committerJason Cooper <jason@lakedaemon.net>
Wed, 9 Oct 2013 13:15:17 +0000 (13:15 +0000)
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>
arch/arm/boot/dts/dove.dtsi

index 499abad..1e60db1 100644 (file)
                                        phy-handle = <&ethphy>;
                                };
                        };
+
+                       audio0: audio-controller@b0000 {
+                               compatible = "marvell,dove-audio";
+                               reg = <0xb0000 0x2210>;
+                               interrupts = <19>, <20>;
+                               clocks = <&gate_clk 12>;
+                               clock-names = "internal";
+                               status = "disabled";
+                       };
+
+                       audio1: audio-controller@b4000 {
+                               compatible = "marvell,dove-audio";
+                               reg = <0xb4000 0x2210>;
+                               interrupts = <21>, <22>;
+                               clocks = <&gate_clk 13>;
+                               clock-names = "internal";
+                               status = "disabled";
+                       };
                };
        };
 };