diff mbox

ARM: dts: imx6qdl-icore-rqs: Remove unneeded 'fsl, mode' property

Message ID 1499183961-10237-1-git-send-email-fabio.estevam@nxp.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fabio Estevam July 4, 2017, 3:59 p.m. UTC
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>
---
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo July 13, 2017, 7:58 a.m. UTC | #1
On Tue, Jul 04, 2017 at 12:59:21PM -0300, Fabio Estevam wrote:
> 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>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
index 5fab5be..7ca291e 100644
--- a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
@@ -184,7 +184,6 @@ 
 };
 
 &ssi1 {
-	fsl,mode = "i2s-slave";
 	status = "okay";
 };