2020-06-23 07:07:17

by Shengjiu Wang

[permalink] [raw]
Subject: [PATCH 2/2] 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]>
---
Documentation/devicetree/bindings/sound/fsl-asoc-card.txt | 2 ++
1 file changed, 2 insertions(+)

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.
--
2.21.0


2020-06-23 23:35:35

by Nicolin Chen

[permalink] [raw]
Subject: Re: [PATCH 2/2] ASoC: bindings: fsl-asoc-card: Add compatible string for wm8524

On Tue, Jun 23, 2020 at 02:52:47PM +0800, Shengjiu Wang wrote:
> 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]>