Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Mark Brown
b93427b1 ece1e499

+1 -7
+1 -7
Documentation/devicetree/bindings/sound/fsl,ssi.txt
··· 58 58 Documentation/devicetree/bindings/dma/dma.txt. 59 59 - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq 60 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 61 + - fsl,mode: The operating mode for the AC97 interface only. 68 62 "ac97-slave" - AC97 mode, SSI is clock slave 69 63 "ac97-master" - AC97 mode, SSI is clock master 70 64