mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
ARM: Kirkwood: DT: Add missing #sound-dai-cells property
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>
This commit is contained in:
parent
b715a3b0d4
commit
1756c38158
@ -372,6 +372,7 @@
|
||||
|
||||
audio0: audio-controller@a0000 {
|
||||
compatible = "marvell,kirkwood-audio";
|
||||
#sound-dai-cells = <0>;
|
||||
reg = <0xa0000 0x2210>;
|
||||
interrupts = <24>;
|
||||
clocks = <&gate_clk 9>;
|
||||
|
Loading…
Reference in New Issue
Block a user