ARM: dts: imx6qdl-ts7970: Drop redundant "fsl,mode" option
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 14 Feb 2021 06:12:43 +0000 (09:12 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 06:13:43 +0000 (14:13 +0800)
The operating mode is used for the AC97 interface only,
so lets drop the excess fsl,mode item from SSI node.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-ts7970.dtsi

index e6aa0c33754de834732aaa2d49018a16caf20476..fded07f370b390b292466ec67477819ccaaba7cb 100644 (file)
 };
 
 &ssi1 {
-       fsl,mode = "i2s-slave";
        status = "okay";
 };