diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-04-09 11:50:02 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-04-09 11:50:02 -0400 |
commit | 50487c3a4a96d91e25d43d63262773f14961d9de (patch) | |
tree | 9649437556ec56e5ba27e943313f093318b17b81 /Documentation | |
parent | 17c3ad030213da23158082ea90ebbe2a3940a2d2 (diff) | |
parent | ab5d6fbdb71c183add7431243c7f615c42b643bb (diff) |
Merge tag 'asoc-v3.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.15
A smattering of device specific fixes, nothing stands out here except
for the multiplatform fixes for Samsung and the device IDs being added
by Stephen Warren - there's no real code changes from those and they
give better robustness to the enumeration with DT.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,ssi.txt | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,ssi.txt b/Documentation/devicetree/bindings/sound/fsl,ssi.txt index b93e9a91e30e..3aa4a8f528f4 100644 --- a/Documentation/devicetree/bindings/sound/fsl,ssi.txt +++ b/Documentation/devicetree/bindings/sound/fsl,ssi.txt | |||
@@ -20,15 +20,6 @@ Required properties: | |||
20 | have. | 20 | have. |
21 | - interrupt-parent: The phandle for the interrupt controller that | 21 | - interrupt-parent: The phandle for the interrupt controller that |
22 | services interrupts for this device. | 22 | services interrupts for this device. |
23 | - fsl,mode: The operating mode for the SSI interface. | ||
24 | "i2s-slave" - I2S mode, SSI is clock slave | ||
25 | "i2s-master" - I2S mode, SSI is clock master | ||
26 | "lj-slave" - left-justified mode, SSI is clock slave | ||
27 | "lj-master" - l.j. mode, SSI is clock master | ||
28 | "rj-slave" - right-justified mode, SSI is clock slave | ||
29 | "rj-master" - r.j., SSI is clock master | ||
30 | "ac97-slave" - AC97 mode, SSI is clock slave | ||
31 | "ac97-master" - AC97 mode, SSI is clock master | ||
32 | - fsl,playback-dma: Phandle to a node for the DMA channel to use for | 23 | - fsl,playback-dma: Phandle to a node for the DMA channel to use for |
33 | playback of audio. This is typically dictated by SOC | 24 | playback of audio. This is typically dictated by SOC |
34 | design. See the notes below. | 25 | design. See the notes below. |
@@ -47,6 +38,9 @@ Required properties: | |||
47 | be connected together, and SRFS and STFS be connected | 38 | be connected together, and SRFS and STFS be connected |
48 | together. This would still allow different sample sizes, | 39 | together. This would still allow different sample sizes, |
49 | but not different sample rates. | 40 | but not different sample rates. |
41 | - clocks: "ipg" - Required clock for the SSI unit | ||
42 | "baud" - Required clock for SSI master mode. Otherwise this | ||
43 | clock is not used | ||
50 | 44 | ||
51 | Required are also ac97 link bindings if ac97 is used. See | 45 | Required are also ac97 link bindings if ac97 is used. See |
52 | Documentation/devicetree/bindings/sound/soc-ac97link.txt for the necessary | 46 | Documentation/devicetree/bindings/sound/soc-ac97link.txt for the necessary |
@@ -64,6 +58,15 @@ Optional properties: | |||
64 | Documentation/devicetree/bindings/dma/dma.txt. | 58 | Documentation/devicetree/bindings/dma/dma.txt. |
65 | - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq | 59 | - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq |
66 | is not defined. | 60 | is not defined. |
61 | - fsl,mode: The operating mode for the SSI interface. | ||
62 | "i2s-slave" - I2S mode, SSI is clock slave | ||
63 | "i2s-master" - I2S mode, SSI is clock master | ||
64 | "lj-slave" - left-justified mode, SSI is clock slave | ||
65 | "lj-master" - l.j. mode, SSI is clock master | ||
66 | "rj-slave" - right-justified mode, SSI is clock slave | ||
67 | "rj-master" - r.j., SSI is clock master | ||
68 | "ac97-slave" - AC97 mode, SSI is clock slave | ||
69 | "ac97-master" - AC97 mode, SSI is clock master | ||
67 | 70 | ||
68 | Child 'codec' node required properties: | 71 | Child 'codec' node required properties: |
69 | - compatible: Compatible list, contains the name of the codec | 72 | - compatible: Compatible list, contains the name of the codec |