diff mbox series

[RESEND,2/2] ARM: dts: imx6q-icore: Drop redundant "fsl, mode" option

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

Commit Message

Alexander Shiyan April 2, 2021, 7:53 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-icore.dtsi | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi
index 23c318d9636f..7ed853e33eca 100644
--- a/arch/arm/boot/dts/imx6qdl-icore.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-icore.dtsi
@@ -252,7 +252,6 @@  &pwm3 {
 };
 
 &ssi1 {
-	fsl,mode = "i2s-slave";
 	status = "okay";
 };