ARM: kirkwood: Add audio node to kirkwood.dtsi
authorAndrew Lunn <andrew@lunn.ch>
Tue, 25 Feb 2014 17:33:59 +0000 (18:33 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 4 Mar 2014 02:17:49 +0000 (02:17 +0000)
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>
arch/arm/boot/dts/kirkwood.dtsi

index 7b921b3..5a86fa8 100644 (file)
                        #phy-cells = <0>;
                        status = "ok";
                };
+
+               audio0: audio-controller@a0000 {
+                       compatible = "marvell,kirkwood-audio";
+                       reg = <0xa0000 0x2210>;
+                       interrupts = <24>;
+                       clocks = <&gate_clk 9>;
+                       clock-names = "internal";
+                       status = "disabled";
+               };
        };
 };