]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: Kirkwood: DT: Add missing #sound-dai-cells property
authorAndrew Lunn <andrew@lunn.ch>
Sat, 3 May 2014 18:30:14 +0000 (20:30 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 5 May 2014 01:18:44 +0000 (01:18 +0000)
The sound node is missing a #sound-dai-cells property. Add it, so that
the sounds node can be used in combination with the simple-audio-card
binding.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1399141819-23924-5-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood.dtsi

index 0399a096e324da5ac1ac1ecf7277c192de307ec5..afc640cd80c5f6c6cf561550e3fb9133beb3d523 100644 (file)
 
                audio0: audio-controller@a0000 {
                        compatible = "marvell,kirkwood-audio";
+                       #sound-dai-cells = <0>;
                        reg = <0xa0000 0x2210>;
                        interrupts = <24>;
                        clocks = <&gate_clk 9>;