diff options
Diffstat (limited to 'Documentation/devicetree/bindings/sound/armada-370db-audio.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/armada-370db-audio.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sound/armada-370db-audio.txt b/Documentation/devicetree/bindings/sound/armada-370db-audio.txt index 3893b4d15a20..bf984d238620 100644 --- a/Documentation/devicetree/bindings/sound/armada-370db-audio.txt +++ b/Documentation/devicetree/bindings/sound/armada-370db-audio.txt | |||
@@ -11,14 +11,17 @@ Mandatory properties: | |||
11 | * marvell,audio-controller: a phandle that points to the audio | 11 | * marvell,audio-controller: a phandle that points to the audio |
12 | controller of the Armada 370 SoC. | 12 | controller of the Armada 370 SoC. |
13 | 13 | ||
14 | * marvell,audio-codec: a phandle that points to the analog audio | 14 | * marvell,audio-codec: a set of three phandles that points to: |
15 | codec connected to the Armada 370 SoC. | 15 | |
16 | 1/ the analog audio codec connected to the Armada 370 SoC | ||
17 | 2/ the S/PDIF transceiver | ||
18 | 3/ the S/PDIF receiver | ||
16 | 19 | ||
17 | Example: | 20 | Example: |
18 | 21 | ||
19 | sound { | 22 | sound { |
20 | compatible = "marvell,a370db-audio"; | 23 | compatible = "marvell,a370db-audio"; |
21 | marvell,audio-controller = <&audio_controller>; | 24 | marvell,audio-controller = <&audio_controller>; |
22 | marvell,audio-codec = <&audio_codec>; | 25 | marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>; |
23 | status = "okay"; | 26 | status = "okay"; |
24 | }; | 27 | }; |