diff options
Diffstat (limited to 'Documentation/devicetree/bindings/sound/simple-card.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/simple-card.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt index 05273583490c..b30c222f9cd3 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt | |||
@@ -18,6 +18,8 @@ Optional properties: | |||
18 | Each entry is a pair of strings, the first being the | 18 | Each entry is a pair of strings, the first being the |
19 | connection's sink, the second being the connection's | 19 | connection's sink, the second being the connection's |
20 | source. | 20 | source. |
21 | - dai-tdm-slot-num : Please refer to tdm-slot.txt. | ||
22 | - dai-tdm-slot-width : Please refer to tdm-slot.txt. | ||
21 | 23 | ||
22 | Required subnodes: | 24 | Required subnodes: |
23 | 25 | ||
@@ -56,6 +58,9 @@ sound { | |||
56 | "Headphone Jack", "HP_OUT", | 58 | "Headphone Jack", "HP_OUT", |
57 | "External Speaker", "LINE_OUT"; | 59 | "External Speaker", "LINE_OUT"; |
58 | 60 | ||
61 | dai-tdm-slot-num = <2>; | ||
62 | dai-tdm-slot-width = <8>; | ||
63 | |||
59 | simple-audio-card,cpu { | 64 | simple-audio-card,cpu { |
60 | sound-dai = <&sh_fsi2 0>; | 65 | sound-dai = <&sh_fsi2 0>; |
61 | }; | 66 | }; |