asoc: soc-core: fix coccinelle warnings
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / armada-370db-audio.txt
CommitLineData
74d04c3e
TP
1Device Tree bindings for the Armada 370 DB audio
2================================================
3
4These Device Tree bindings are used to describe the audio complex
5found on the Armada 370 DB platform.
6
7Mandatory properties:
8
9 * compatible: must be "marvell,a370db-audio"
10
11 * marvell,audio-controller: a phandle that points to the audio
12 controller of the Armada 370 SoC.
13
14 * marvell,audio-codec: a phandle that points to the analog audio
15 codec connected to the Armada 370 SoC.
16
17Example:
18
19 sound {
20 compatible = "marvell,a370db-audio";
21 marvell,audio-controller = <&audio_controller>;
22 marvell,audio-codec = <&audio_codec>;
23 status = "okay";
24 };
This page took 0.026806 seconds and 5 git commands to generate.