diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-10-27 22:44:48 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-22 02:39:36 +0300 |
commit | f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1 (patch) | |
tree | 32551e8b190f4db6d013fd2672c9dceeb7090574 /arch | |
parent | dfcf8ceccef156af1cdabd088aafe24aacb6d223 (diff) | |
download | linux-f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1.tar.xz |
ARM: dts: imx6qdl-rex: Remove unneeded 'fsl,mode' property
imx6qdl-rex 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 this property.
Cc: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-rex.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-rex.dtsi b/arch/arm/boot/dts/imx6qdl-rex.dtsi index df7bcf86c156..488a640796ac 100644 --- a/arch/arm/boot/dts/imx6qdl-rex.dtsi +++ b/arch/arm/boot/dts/imx6qdl-rex.dtsi @@ -308,7 +308,6 @@ }; &ssi1 { - fsl,mode = "i2s-slave"; status = "okay"; }; |