From patchwork Wed Mar 6 05:05:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Cross X-Patchwork-Id: 2222931 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 DC361DF23A for ; Wed, 6 Mar 2013 05:08:42 +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 1UD6YO-0001s8-1n; Wed, 06 Mar 2013 05:06:12 +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 1UD6YG-0001qg-ND for linux-arm-kernel@lists.infradead.org; Wed, 06 Mar 2013 05:06:05 +0000 Received: from xobs-novena.novalocal (unknown [210.23.25.254]) by mail1.g1.pair.com (Postfix) with ESMTPSA id 3477F28776; Wed, 6 Mar 2013 00:06:01 -0500 (EST) From: Sean Cross To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] imx6q: Add ECSPI3 device definition Date: Wed, 6 Mar 2013 05:05:31 +0000 Message-Id: <1362546332-11847-2-git-send-email-xobs@kosagi.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362546332-11847-1-git-send-email-xobs@kosagi.com> References: <1362546332-11847-1-git-send-email-xobs@kosagi.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130306_000605_038471_18C01DD4 X-CRM114-Status: UNSURE ( 7.89 ) 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 This adds device tree support for the ECSPI3 device. --- arch/arm/boot/dts/imx6q.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index cba021e..65b3a849 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -96,6 +96,16 @@ }; }; + ecspi3 { + pinctrl_ecspi3_1: ecspi3grp-1 { + fsl,pins = < + 526 0x100b1 /* MX6Q_PAD_DISP0_DAT2__ECSPI3_MISO */ + 518 0x100b1 /* MX6Q_PAD_DISP0_DAT1__ECSPI3_MOSI */ + 511 0x100b1 /* MX6Q_PAD_DISP0_DAT0__ECSPI3_SCLK */ + >; + }; + }; + enet { pinctrl_enet_1: enetgrp-1 { fsl,pins = <