OSDN Git Service

ARM: dts: imx6dl-prtvt7: The sgtl5000 uses i2s not ac97
authorRobin van der Gracht <robin@protonic.nl>
Tue, 18 May 2021 08:28:49 +0000 (10:28 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 8 Jun 2021 11:49:07 +0000 (19:49 +0800)
According to Documentation/devicetree/bindings/sound/fsl,ssi.txt
'fsl,mode' should be specified for AC97 mode only.

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/imx6dl-prtvt7.dts

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