From patchwork Wed Aug 1 15:10:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1264601 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 780F23FC23 for ; Wed, 1 Aug 2012 15:12:38 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SwaZU-0000fA-Fv; Wed, 01 Aug 2012 15:10:48 +0000 Received: from mail-gh0-f177.google.com ([209.85.160.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SwaZR-0000eJ-Kb for linux-arm-kernel@lists.infradead.org; Wed, 01 Aug 2012 15:10:46 +0000 Received: by ghbf11 with SMTP id f11so7573038ghb.36 for ; Wed, 01 Aug 2012 08:10:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=8+/YdhTAn//LY9jQC2eCktXiE1P3g32e7SvqzLVr6fw=; b=l1kmFUttOK7SQy8vqsw5kfe8aAjVTdXJKHULbIbmKgxQb9jjkLOy0XYvDgmxwtAZAq Kjagb8opPV2SO3PTm2h9IsqeDEVVdw689OfFogGgrfwcmwJlfhiQfmo0+abCfv/8iK/P Vb2kthxgZ12KS5EkCqsYm608q9tFq15v65wsoMI1EF9uxKJbXioDMRFVlhOD7DTU3CYz C0HlgqgCZzYg64ON2a7+vxrjW/c689VboLcCM6q55WCfAAtnATFiyUOKXuCBL8Bcjoqz 8vY/bhZZVHlhF6P0mDRqyF0ESlKWttkFvQZYwP2YeZITSevKwzf+cLkqGPE0nXcERFuH Ul/g== Received: by 10.236.74.37 with SMTP id w25mr17544888yhd.30.1343833844453; Wed, 01 Aug 2012 08:10:44 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id a4sm5950160yhj.11.2012.08.01.08.10.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Aug 2012 08:10:44 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [RFC] ARM: imx6q-sabrelite: Add CLKO IOMUX Date: Wed, 1 Aug 2012 12:10:36 -0300 Message-Id: <1343833836-14287-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , dirk.behme@de.bosch.com, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Fabio Estevam In order to have audio functional on mx6qsabrelite, it is necessary to setup the IOMUX for MX6Q_PAD_GPIO_0__CCM_CLKO and MX6Q_PAD_GPIO_3__CCM_CLKO2 pins. Signed-off-by: Fabio Estevam --- Dirk, Not tested. If you have a chance to try it, please let me know. arch/arm/boot/dts/imx6q-sabrelite.dts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index d42e851..f22c089 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts @@ -53,6 +53,8 @@ fsl,pins = < 144 0x80000000 /* MX6Q_PAD_EIM_D22__GPIO_3_22 */ 121 0x80000000 /* MX6Q_PAD_EIM_D19__GPIO_3_19 */ + 953 0x00000000 /* MX6Q_PAD_GPIO_0__CCM_CLKO */ + 979 0x00000004 /* MX6Q_PAD_GPIO_3__CCM_CLKO2 */ >; }; };