diff options
author | Hui Wang <hui.wang@canonical.com> | 2022-06-16 12:00:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-17 14:13:51 +0100 |
commit | 424a64a2bbc6014c76b9ef6356d38ad8e66d95ad (patch) | |
tree | e1ed750790a7b56165ab8fb1a9fc8e4e0acc09ec /Documentation/devicetree/bindings/sound | |
parent | 1075df4bdeb320bbf94a1f6d3761391264eb2c7f (diff) | |
download | lwn-424a64a2bbc6014c76b9ef6356d38ad8e66d95ad.tar.gz lwn-424a64a2bbc6014c76b9ef6356d38ad8e66d95ad.zip |
ASoC: bindings: fsl-asoc-card: add compatible string for nau8822 codec
The nau8822 codec is used on an imx6sx EVB.
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Link: https://lore.kernel.org/r/Message-Id: <20220616040046.103524-2-hui.wang@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-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 8b4f4015cfe4..4e8dbc5abfd1 100644 --- a/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt +++ b/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt @@ -46,6 +46,8 @@ The compatible list for this generic sound card currently: "fsl,imx-audio-wm8958" + "fsl,imx-audio-nau8822" + Required properties: - compatible : Contains one of entries in the compatible list. |