linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: imx: add audmux pad setting for imx51-babbage
Date: Fri, 11 May 2012 14:42:45 +0800	[thread overview]
Message-ID: <1336718568-26810-3-git-send-email-shawn.guo@linaro.org> (raw)
In-Reply-To: <1336718568-26810-1-git-send-email-shawn.guo@linaro.org>

Before i.MX51 Pinctrl support is available, we have to reply on
the iomux initialization in non-DT board file to set iomux up for
DT boot.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/mach-imx/mach-mx51_babbage.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/mach-mx51_babbage.c b/arch/arm/mach-imx/mach-mx51_babbage.c
index e4b822e..517672e 100644
--- a/arch/arm/mach-imx/mach-mx51_babbage.c
+++ b/arch/arm/mach-imx/mach-mx51_babbage.c
@@ -163,6 +163,12 @@ static iomux_v3_cfg_t mx51babbage_pads[] = {
 	MX51_PAD_CSPI1_SCLK__ECSPI1_SCLK,
 	MX51_PAD_CSPI1_SS0__GPIO4_24,
 	MX51_PAD_CSPI1_SS1__GPIO4_25,
+
+	/* Audio */
+	MX51_PAD_AUD3_BB_TXD__AUD3_TXD,
+	MX51_PAD_AUD3_BB_RXD__AUD3_RXD,
+	MX51_PAD_AUD3_BB_CK__AUD3_TXC,
+	MX51_PAD_AUD3_BB_FS__AUD3_TXFS,
 };
 
 /* Serial ports */
-- 
1.7.5.4

  parent reply	other threads:[~2012-05-11  6:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11  6:42 [PATCH 0/5] Enable audio support for imx51-babbage and imx53-qsb Shawn Guo
2012-05-11  6:42 ` [PATCH 1/5] ARM: imx: add more imx5 ssi clocks Shawn Guo
2012-05-11  7:42   ` Sascha Hauer
2012-05-11  9:13     ` Shawn Guo
2012-05-11  7:47   ` Sascha Hauer
2012-05-11  9:17     ` Shawn Guo
2012-05-11  6:42 ` Shawn Guo [this message]
2012-05-11  6:42 ` [PATCH 3/5] ARM: imx: add audio codec clk lookup for imx53-qsb Shawn Guo
2012-05-14  8:22   ` Sascha Hauer
2012-05-14  8:50     ` Shawn Guo
2012-05-14  8:53       ` Sascha Hauer
2012-05-14  9:46         ` Shawn Guo
2012-05-11  6:42 ` [PATCH 4/5] ARM: dts: imx51-babbage: enable audio support Shawn Guo
2012-05-11 13:18   ` Fabio Estevam
2012-05-11 14:28     ` Shawn Guo
2012-05-11  6:42 ` [PATCH 5/5] ARM: dts: imx53-qsb: " Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336718568-26810-3-git-send-email-shawn.guo@linaro.org \
    --to=shawn.guo@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).