diff options
author | Robin van der Gracht <[email protected]> | 2023-05-30 14:03:31 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-06-04 21:06:45 +0800 |
commit | 49daa70b4f726e0de632e11e98ae8bfea3efd27d (patch) | |
tree | 7395b428fbee9ef79b5864470196efb086cfd097 | |
parent | 17afe1a31b993bf0d6cdc4a1455f9f9f2caaa964 (diff) |
ARM: dts: imx6qdl: vicut1: The sgtl5000 uses i2s not ac97
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 <[email protected]>
Signed-off-by: Oleksij Rempel <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi index c4e6cf0527ba..74017ae5a67a 100644 --- a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi +++ b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi @@ -393,8 +393,6 @@ }; &ssi1 { - #sound-dai-cells = <0>; - fsl,mode = "ac97-slave"; status = "okay"; }; |