OSDN Git Service

ARM: dts: imx6q-tbs2910: Remove unneeded 'fsl,mode' property
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 5 Nov 2014 12:12:51 +0000 (10:12 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:12 +0000 (15:08 +0800)
imx6q-tbs2910 board uses sgtl5000 codec and the machine file (imx-sgtl5000)
already sets SSI in slave mode and codec in master mode, so there is no need
for having this property.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Soeren Moch <smoch@web.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-tbs2910.dts

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