From patchwork Thu Dec 12 13:27:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Lothar_Wa=C3=9Fmann?= X-Patchwork-Id: 3332501 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D49DFC0D4A for ; Thu, 12 Dec 2013 14:50:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5585920792 for ; Thu, 12 Dec 2013 14:50:39 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9183E2049E for ; Thu, 12 Dec 2013 14:50:34 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vr6LE-0005v8-PD; Thu, 12 Dec 2013 13:30:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vr6Kc-0004BI-2v; Thu, 12 Dec 2013 13:29:34 +0000 Received: from mail.karo-electronics.de ([81.173.242.67]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vr6Jd-00042t-M1 for linux-arm-kernel@lists.infradead.org; Thu, 12 Dec 2013 13:28:36 +0000 From: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/4] ARM: dts: imx6qdl: add new pingroup for audmux Date: Thu, 12 Dec 2013 14:27:59 +0100 Message-Id: <1386854880-21805-4-git-send-email-LW@KARO-electronics.de> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1386854880-21805-1-git-send-email-LW@KARO-electronics.de> References: <1386854880-21805-1-git-send-email-LW@KARO-electronics.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131212_082834_329496_277DC315 X-CRM114-Status: UNSURE ( 7.54 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , Rob Herring , Kumar Gala , Shawn Guo , =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This will be used by the TX6 modules from Ka-Ro electronics. Signed-off-by: Lothar Waßmann --- arch/arm/boot/dts/imx6qdl-pingrp.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-pingrp.h b/arch/arm/boot/dts/imx6qdl-pingrp.h index 4932249..68f18e9 100644 --- a/arch/arm/boot/dts/imx6qdl-pingrp.h +++ b/arch/arm/boot/dts/imx6qdl-pingrp.h @@ -32,6 +32,12 @@ MX6QDL_PAD_EIM_D25__AUD5_RXC 0x130b0 \ MX6QDL_PAD_DISP0_DAT19__AUD5_RXD 0x130b0 +#define MX6QDL_AUDMUX_PINGRP5 \ + MX6QDL_PAD_KEY_ROW1__AUD5_RXD 0x130b0 \ + MX6QDL_PAD_KEY_COL0__AUD5_TXC 0x130b0 \ + MX6QDL_PAD_KEY_ROW0__AUD5_TXD 0x110b0 \ + MX6QDL_PAD_KEY_COL1__AUD5_TXFS 0x130b0 + #define MX6QDL_ECSPI1_PINGRP1 \ MX6QDL_PAD_EIM_D17__ECSPI1_MISO 0x100b1 \ MX6QDL_PAD_EIM_D18__ECSPI1_MOSI 0x100b1 \