summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-07-18 12:12:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-07-18 12:13:37 +0200
commita4306c3182ca66e328688b5c90057708c51b51e5 (patch)
tree768165bf4b671629f99c15bea489eb246066bced
parent0c198305b50b883a7531710a076664c65ffa5e91 (diff)
colibri_vf61: fix ac97 pinmux
Now that we are shipping Colibri VF61 V1.1a with modified audio master clock pinmux get rid of temporary workaround of using PTB18 instead.
-rw-r--r--sound/soc/mvf/mvf-sai-ac97.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mvf/mvf-sai-ac97.c b/sound/soc/mvf/mvf-sai-ac97.c
index df387bc5a69b..4de8402c68c2 100644
--- a/sound/soc/mvf/mvf-sai-ac97.c
+++ b/sound/soc/mvf/mvf-sai-ac97.c
@@ -207,8 +207,6 @@ static __initdata iomux_v3_cfg_t ac97_pinmux[] = {
MVF600_PAD12_PTA22_SAI2_RX_DATA, /* AC97_SDATA_IN */
MVF600_PAD13_PTA23_WM9715L_RESET,
MVF600_PAD24_PTB2_WM9715L_GENIRQ,
- MVF600_PAD40_PTB18_CKO1, /* AC97_MCLK fed back in from
- camera clock pin */
MVF600_PAD93_PTB23_SAI0_TX_BCLK, /* AC97_MCLK */
};