diff options
author | Shengjiu Wang <[email protected]> | 2020-06-23 14:52:47 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-06-24 16:15:06 +0100 |
commit | 3b3372fa65bab619f99bcfe272e92fb6faa07219 (patch) | |
tree | cea0474c685ccc3e4ecf272b57b8499a7cf4bd63 | |
parent | 3cd990267401fc7d0b222fc81f637e75e46967e0 (diff) |
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 <[email protected]>
Acked-by: Nicolin Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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. |