diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-10-04 10:43:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-04 14:08:10 -0400 |
commit | 5ea5570579739a8f80231d884e2979e25d3c0992 (patch) | |
tree | 1d15080426999ea6cef7b01eb550e6a6625faa1a | |
parent | 5b87d31309938a49f57493ba86c765afdd4f2ffe (diff) |
ASoC: fsl_esai doc: Add "fsl,vf610-esai" as compatible string
Since commit b21cc2f5fdfe224 ("ASoC: esai: Add VF610+ compatibles support.")
the fsl_esai driver also accepts the "fsl,vf610-esai" compatible string.
Update the documentation accordingly.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,esai.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,esai.txt b/Documentation/devicetree/bindings/sound/fsl,esai.txt index aeb8c4a0b88d..52f5b6bf3e8e 100644 --- a/Documentation/devicetree/bindings/sound/fsl,esai.txt +++ b/Documentation/devicetree/bindings/sound/fsl,esai.txt | |||
@@ -7,7 +7,8 @@ other DSPs. It has up to six transmitters and four receivers. | |||
7 | 7 | ||
8 | Required properties: | 8 | Required properties: |
9 | 9 | ||
10 | - compatible : Compatible list, must contain "fsl,imx35-esai". | 10 | - compatible : Compatible list, must contain "fsl,imx35-esai" or |
11 | "fsl,vf610-esai" | ||
11 | 12 | ||
12 | - reg : Offset and length of the register set for the device. | 13 | - reg : Offset and length of the register set for the device. |
13 | 14 | ||