From patchwork Thu Mar 7 06:00:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Cross X-Patchwork-Id: 2230351 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 4DC25DF223 for ; Thu, 7 Mar 2013 06:04:46 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UDTtE-0003pm-37; Thu, 07 Mar 2013 06:01:16 +0000 Received: from mail1.g1.pair.com ([66.39.3.162]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UDTsa-0003km-Rd for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2013 06:00:38 +0000 Received: from xobs-novena.novalocal (unknown [210.23.25.254]) by mail1.g1.pair.com (Postfix) with ESMTPSA id 342662BAB8; Thu, 7 Mar 2013 01:00:34 -0500 (EST) From: Sean Cross To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 3/3] ARM: dts: imx6q: Add pinctrl for audmix on AUD3 Date: Thu, 7 Mar 2013 06:00:10 +0000 Message-Id: <1362636010-17367-4-git-send-email-xobs@kosagi.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362636010-17367-1-git-send-email-xobs@kosagi.com> References: <1362636010-17367-1-git-send-email-xobs@kosagi.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130307_010037_450243_B9370847 X-CRM114-Status: UNSURE ( 8.46 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [66.39.3.162 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Sean Cross , shawn.guo@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Allow AUD3 to be used as audio output from the audmux block. --- arch/arm/boot/dts/imx6q.dtsip | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/imx6q.dtsip b/arch/arm/boot/dts/imx6q.dtsip index 1b1f80b..dbc4b46 100644 --- a/arch/arm/boot/dts/imx6q.dtsip +++ b/arch/arm/boot/dts/imx6q.dtsip @@ -85,6 +85,15 @@ MX6Q_PAD_SD2_DAT1__AUDMUX_AUD4_TXFS 0x80000000 >; }; + + pinctrl_audmux_2: audmux-2 { + fsl,pins = < + MX6Q_PAD_CSI0_DAT7__AUDMUX_AUD3_RXD 0x80000000 + MX6Q_PAD_CSI0_DAT4__AUDMUX_AUD3_TXC 0x80000000 + MX6Q_PAD_CSI0_DAT5__AUDMUX_AUD3_TXD 0x80000000 + MX6Q_PAD_CSI0_DAT6__AUDMUX_AUD3_TXFS 0x80000000 + >; + }; }; ecspi1 {