diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-01 15:03:45 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 10:03:56 +0300 |
commit | 5ce667989a194b05b94ac19ab624cfb1f9642ec6 (patch) | |
tree | 1b08bdc767c36017c26a1322cdaba1daad8fe591 /arch/arm | |
parent | ac4af82b99bc6dc8d23429397882d035cac49774 (diff) | |
download | linux-5ce667989a194b05b94ac19ab624cfb1f9642ec6.tar.xz |
ARM: dts: hummingboard: Remove unneeded 'fsl,mode' property
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi index 151a3db2aea9..1f42c93f8842 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi @@ -263,7 +263,6 @@ }; &ssi1 { - fsl,mode = "i2s-slave"; status = "okay"; }; |