diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-01-09 14:16:10 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-09 17:54:59 +0400 |
commit | 10901e5382099a463c96f2949050283f81e365e9 (patch) | |
tree | 37e36a76aba60f6e65f63e3fa354b7c17891274a /Documentation/devicetree/bindings/sound/fsl,ssi.txt | |
parent | a5a7ee7c98bc2a7d0324de661778783ab2c29343 (diff) | |
download | linux-10901e5382099a463c96f2949050283f81e365e9.tar.xz |
ASoC: fsl-ssi doc: Add list of supported compatibles
There is no list of compatibles that are supported. This patch adds a
list of compatibles to the documentation.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/fsl,ssi.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,ssi.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,ssi.txt b/Documentation/devicetree/bindings/sound/fsl,ssi.txt index 4303b6ab6208..b93e9a91e30e 100644 --- a/Documentation/devicetree/bindings/sound/fsl,ssi.txt +++ b/Documentation/devicetree/bindings/sound/fsl,ssi.txt @@ -4,7 +4,12 @@ The SSI is a serial device that communicates with audio codecs. It can be programmed in AC97, I2S, left-justified, or right-justified modes. Required properties: -- compatible: Compatible list, contains "fsl,ssi". +- compatible: Compatible list, should contain one of the following + compatibles: + fsl,mpc8610-ssi + fsl,imx51-ssi + fsl,imx35-ssi + fsl,imx21-ssi - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on. - reg: Offset and length of the register set for the device. - interrupts: <a b> where a is the interrupt number and b is a |