diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-03-17 14:05:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-25 14:58:59 +0100 |
commit | df8077c6fe64fe98c1b1c1f9ecf84afc773e726f (patch) | |
tree | e4f77d29586f920bffa8c04abcdfe2fc7d2b6f3f /Documentation/devicetree/bindings/sound/fsl-asoc-card.txt | |
parent | ASoC: fsl-asoc-card: Add support for WM8958 codec (diff) | |
download | linux-df8077c6fe64fe98c1b1c1f9ecf84afc773e726f.tar.xz linux-df8077c6fe64fe98c1b1c1f9ecf84afc773e726f.zip |
ASoC: bindings: fsl-asoc-card: add compatible string for WM8958 codec
The WM8958 codec is used on i.MX7D val board.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1615986303-27959-2-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/fsl-asoc-card.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl-asoc-card.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt b/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt index 90d9e9d81624..23d83fa7609f 100644 --- a/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt +++ b/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt @@ -42,6 +42,8 @@ The compatible list for this generic sound card currently: "fsl,imx-audio-si476x" + "fsl,imx-audio-wm8958" + Required properties: - compatible : Contains one of entries in the compatible list. |