diff options
| author | Markus Pargmann <mpa@pengutronix.de> | 2014-01-09 05:16:10 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-01-09 08:54:59 -0500 |
| commit | 10901e5382099a463c96f2949050283f81e365e9 (patch) | |
| tree | 37e36a76aba60f6e65f63e3fa354b7c17891274a | |
| parent | a5a7ee7c98bc2a7d0324de661778783ab2c29343 (diff) | |
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>
| -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 | |||
| 4 | be programmed in AC97, I2S, left-justified, or right-justified modes. | 4 | be programmed in AC97, I2S, left-justified, or right-justified modes. |
| 5 | 5 | ||
| 6 | Required properties: | 6 | Required properties: |
| 7 | - compatible: Compatible list, contains "fsl,ssi". | 7 | - compatible: Compatible list, should contain one of the following |
| 8 | compatibles: | ||
| 9 | fsl,mpc8610-ssi | ||
| 10 | fsl,imx51-ssi | ||
| 11 | fsl,imx35-ssi | ||
| 12 | fsl,imx21-ssi | ||
| 8 | - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on. | 13 | - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on. |
| 9 | - reg: Offset and length of the register set for the device. | 14 | - reg: Offset and length of the register set for the device. |
| 10 | - interrupts: <a b> where a is the interrupt number and b is a | 15 | - interrupts: <a b> where a is the interrupt number and b is a |
