From 1cd7ad973f5ae5136a01a22269f4afc0027ad434 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Mon, 16 Jun 2014 02:39:44 +0300 Subject: [PATCH] ARM: dts: imx6: remove wrong spdif rxtx2 clock The rxtx2 clock of i.MX6 S/PDIF is currently set to "asrc" clock. However, according to SoC documentation, rxtx2 is connected to ASRC_EXT_CLK, a different external clock. Testing on Cubox-i system seems to confirm that: when fsl_spdif is forced to select rxtx2 as input clock, audio playback fails with an I/O error. Set rxtx2 to the dummy clock by default to prevent fsl_spdif from selecting it. Signed-off-by: Anssi Hannula Cc: Mark Brown Acked-by: Nicolin Chen Signed-off-by: Shawn Guo --- Reading git-format-patch failed