aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-06-17 11:06:33 +0200
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:49:37 +0800
commit9eb0e5f9b2dd6d8ef2d988016bc9327bedde920d (patch)
tree28074c0d3b74d3671b74f6ecfb63b56932b681e2 /arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
parentARM: dts: imx6qdl: remove fsl,ssi-dma-events (diff)
downloadlinux-dev-9eb0e5f9b2dd6d8ef2d988016bc9327bedde920d.tar.xz
linux-dev-9eb0e5f9b2dd6d8ef2d988016bc9327bedde920d.zip
ARM: dts: imx: remove ssi fsl,mode for audio cards
The DAI mode is and should be configured by the sound card driver as codec and ssi have to be in the right modes to communicate with each other. It is possible to operate the ssi unit or the codec in master mode, sometimes even on the same board in different configurations. With the latest changes in the fsl-ssi driver, the 'fsl,mode' property is only handled as a fallback property. If the sound card sets the DAI mode correctly, this fallback configuration is dropped. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw54xx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-gw54xx.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
index 532347f3f7d3..16e7ad3d98ad 100644
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
@@ -555,12 +555,10 @@
};
&ssi1 {
- fsl,mode = "i2s-slave";
status = "okay";
};
&ssi2 {
- fsl,mode = "i2s-slave";
status = "okay";
};