diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-29 22:25:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-30 08:43:03 -0400 |
commit | b93427b1c057841602e0fe2005153a6e82f2e658 (patch) | |
tree | 02e1dbb361aca64e909abd1714d578298c239d2d /Documentation/devicetree/bindings/sound | |
parent | ece1e4999606fc323aee96a1cdb9b7991c01dd09 (diff) |
ASoC: fsl ssi doc: Remove unused properties
The fsl_ssi driver only checks for the ac97 mode property, so remove the unused
ones.
Suggested-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,ssi.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,ssi.txt b/Documentation/devicetree/bindings/sound/fsl,ssi.txt index 3aa4a8f528f4..5b76be45d18b 100644 --- a/Documentation/devicetree/bindings/sound/fsl,ssi.txt +++ b/Documentation/devicetree/bindings/sound/fsl,ssi.txt | |||
@@ -58,13 +58,7 @@ Optional properties: | |||
58 | Documentation/devicetree/bindings/dma/dma.txt. | 58 | Documentation/devicetree/bindings/dma/dma.txt. |
59 | - 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 |
60 | is not defined. | 60 | is not defined. |
61 | - fsl,mode: The operating mode for the SSI interface. | 61 | - fsl,mode: The operating mode for the AC97 interface only. |
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 | 62 | "ac97-slave" - AC97 mode, SSI is clock slave |
69 | "ac97-master" - AC97 mode, SSI is clock master | 63 | "ac97-master" - AC97 mode, SSI is clock master |
70 | 64 | ||