diff mbox series

[3/3] ARM: dts: TS-7970: Drop redundant "fsl,mode" option

Message ID 20210214061243.3835-3-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show
Series [1/3] ARM: dts: imx6q-icore-rqs: Drop redundant "fsl, mode" option | expand

Commit Message

Alexander Shiyan Feb. 14, 2021, 6:12 a.m. UTC
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>
---
 arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo March 5, 2021, 8:50 a.m. UTC | #1
On Sun, Feb 14, 2021 at 09:12:43AM +0300, Alexander Shiyan wrote:
> 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>

"ARM: dts: imx6qdl-ts7970: ..."

Fixed it up and applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
index e6aa0c33754d..fded07f370b3 100644
--- a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
@@ -506,7 +506,6 @@  &snvs_rtc {
 };
 
 &ssi1 {
-	fsl,mode = "i2s-slave";
 	status = "okay";
 };