arm64: dts: freescale: Fix sound card model for MBa8Mx
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 14 Jan 2022 08:59:06 +0000 (09:59 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 29 Jan 2022 05:28:56 +0000 (13:28 +0800)
The audio codec connection on MBa8Mx is identical to MBa7 (imx7) and MBa6
(imx6). Use the same sound card model as well.

Fixes commit dfcd1b6f7620 ("arm64: dts: freescale: add initial device tree
for TQMa8MQML with i.MX8MM")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/mba8mx.dtsi

index f27e3c8..ce6d5bd 100644 (file)
@@ -91,7 +91,7 @@
 
        sound {
                compatible = "fsl,imx-audio-tlv320aic32x4";
-               model = "tqm-tlv320aic32";
+               model = "imx-audio-tlv320aic32x4";
                ssi-controller = <&sai3>;
                audio-codec = <&tlv320aic3x04>;
        };