diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2020-06-23 08:52:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-24 17:15:06 +0200 |
commit | 3b3372fa65bab619f99bcfe272e92fb6faa07219 (patch) | |
tree | cea0474c685ccc3e4ecf272b57b8499a7cf4bd63 /Documentation/devicetree/bindings/sound/fsl-asoc-card.txt | |
parent | ASoC: fsl-asoc-card: Add WM8524 support (diff) | |
download | linux-3b3372fa65bab619f99bcfe272e92fb6faa07219.tar.xz linux-3b3372fa65bab619f99bcfe272e92fb6faa07219.zip |
ASoC: bindings: fsl-asoc-card: Add compatible string for wm8524
In order to support wm8524 codec with fsl-asoc-card machine
driver, add compatible string "fsl,imx-audio-wm8524".
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1592895167-30483-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 ca9a3a43adfd..133d7e14a4d0 100644 --- a/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt +++ b/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt @@ -36,6 +36,8 @@ The compatible list for this generic sound card currently: "fsl,imx-audio-mqs" + "fsl,imx-audio-wm8524" + Required properties: - compatible : Contains one of entries in the compatible list. |