ARM: dts: imx6qdl: vicut1: The sgtl5000 uses i2s not ac97
authorRobin van der Gracht <robin@protonic.nl>
Tue, 30 May 2023 12:03:31 +0000 (14:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 13:06:45 +0000 (21:06 +0800)
According to Documentation/devicetree/bindings/sound/fsl,ssi.txt
'fsl,mode' should be specified for AC97 mode only.

The 'fsl,ssi' documentation doesn't say anything about specifying
'sound-dai-cells' so we'll remove that as well.

Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-vicut1.dtsi

index c4e6cf0527ba40c4cea579a2cebc7601a16ecaad..74017ae5a67a09c32fc65d3d0f2c8f7f84d919cb 100644 (file)
 };
 
 &ssi1 {
-       #sound-dai-cells = <0>;
-       fsl,mode = "ac97-slave";
        status = "okay";
 };