OSDN Git Service

ARM: dts: imx6qdl-icore-rqs: Remove unneeded 'fsl,mode' property
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 4 Jul 2017 15:59:21 +0000 (12:59 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Jul 2017 01:42:15 +0000 (09:42 +0800)
imx6qdl-icore-rqs 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.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi

index 5fab5be..7ca291e 100644 (file)
 };
 
 &ssi1 {
-       fsl,mode = "i2s-slave";
        status = "okay";
 };