diff options
author | 2014-10-27 17:44:48 -0200 | |
---|---|---|
committer | 2014-11-22 07:39:36 +0800 | |
commit | f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1 (patch) | |
tree | 32551e8b190f4db6d013fd2672c9dceeb7090574 | |
parent | ARM: dts: imx6qdl-gw5x: Remove unneeded 'fsl,mode' property (diff) | |
download | wireguard-linux-f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1.tar.xz wireguard-linux-f144c7ec0dfe2f53c3c57538560a11bdc94d0cd1.zip |
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 '')
-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"; }; |