OSDN Git Service

ARM: dts: hummingboard: Remove unneeded 'fsl,mode' property
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 1 Apr 2015 12:03:45 +0000 (09:03 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 07:03:56 +0000 (15:03 +0800)
imx6qdl-hummingboard boards use 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 the 'fsl,mode' property.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi

index 151a3db..1f42c93 100644 (file)
 };
 
 &ssi1 {
-       fsl,mode = "i2s-slave";
        status = "okay";
 };