diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-10-27 15:44:48 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-21 18:39:36 -0500 |
commit | f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1 (patch) | |
tree | 32551e8b190f4db6d013fd2672c9dceeb7090574 | |
parent | dfcf8ceccef156af1cdabd088aafe24aacb6d223 (diff) |
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>
-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 @@ | |||
308 | }; | 308 | }; |
309 | 309 | ||
310 | &ssi1 { | 310 | &ssi1 { |
311 | fsl,mode = "i2s-slave"; | ||
312 | status = "okay"; | 311 | status = "okay"; |
313 | }; | 312 | }; |
314 | 313 | ||