diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-11-05 15:12:51 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 10:08:12 +0300 |
commit | 367415d338e4a48ead42f653c9e3e9171ebf00cc (patch) | |
tree | b6e1bea77f5ced35c476f81fe11fd3149039c234 /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | ac039cd95b60d2ffa0e8c5e0d04534a9a2b761ad (diff) | |
download | linux-367415d338e4a48ead42f653c9e3e9171ebf00cc.tar.xz |
ARM: dts: imx6q-tbs2910: Remove unneeded 'fsl,mode' property
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-tbs2910.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tbs2910.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts index d2a5743faf24..f7427bf452ba 100644 --- a/arch/arm/boot/dts/imx6q-tbs2910.dts +++ b/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -215,7 +215,6 @@ }; &ssi1 { - fsl,mode = "i2s-slave"; status = "okay"; }; |