From patchwork Fri Aug 17 15:39:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 1339021 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 8020ADF266 for ; Fri, 17 Aug 2012 15:42:49 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T2OeU-00048F-ND; Fri, 17 Aug 2012 15:39:58 +0000 Received: from mail-lb0-f177.google.com ([209.85.217.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T2OeR-000481-CJ for linux-arm-kernel@lists.infradead.org; Fri, 17 Aug 2012 15:39:55 +0000 Received: by lbbgf7 with SMTP id gf7so2076287lbb.36 for ; Fri, 17 Aug 2012 08:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=vWPLz2+uXLJWDuRuQWX5GU4Dvi7r0U+XkYVskTvlrRY=; b=VNN9lox7zsGCRth9UTZhgfmA6R6nEbwP9LjFFhQ2tAh0vw8TF7aBBYEuxx9jNDzjF1 EINC1BB7D5KckvJ4Ihm5ctuGsniLdux7MCAsAda5AxwX5Bc6nK+rmsPX69rDtfLJrcMn GUhA+QL6zoJNThp0GryjGx+4NgsVIrGDso7tjO1hM/fkGBANbz7sSQ5W82PlHLSn2nU+ 79Z9G5CnvXBU6PgVHpOGLk1MvOsGImmYY81+GwdlxCXD9KhC0irgSSplc5GohuKUwsA6 3VAYWQf2EJ7bErDY8liB+gLJh8OT8iPcI8VFiy7GwFZ0MUhLzmXFOpFJNLUy5dBFQz0/ AGOA== Received: by 10.152.108.144 with SMTP id hk16mr5322289lab.2.1345217992477; Fri, 17 Aug 2012 08:39:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.29.1 with HTTP; Fri, 17 Aug 2012 08:39:32 -0700 (PDT) In-Reply-To: References: <20120810124820.GA20557@game.jcrosoft.org> <1344603731-32667-1-git-send-email-plagnioj@jcrosoft.com> <1344603731-32667-6-git-send-email-plagnioj@jcrosoft.com> From: Richard Genoud Date: Fri, 17 Aug 2012 17:39:32 +0200 Message-ID: Subject: Re: [PATCH 06/14] arm: at91: dt: at91sam9 add pinctrl support To: Jean-Christophe PLAGNIOL-VILLARD 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.217.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (richard.genoud[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: Linus Walleij , Nicolas Ferre , linux-arm-kernel@lists.infradead.org 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: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Jean-Christophe, it seems that you forgot those clocks: Regards, Richard. sam9x5: add clocks for pinctrl Signed-off-by: Richard Genoud --- arch/arm/mach-at91/at91sam9x5.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c index 477cf9d..55b52ef 100644 --- a/arch/arm/mach-at91/at91sam9x5.c +++ b/arch/arm/mach-at91/at91sam9x5.c @@ -231,6 +231,11 @@ static struct clk_lookup periph_clocks_lookups[] = { CLKDEV_CON_DEV_ID("t0_clk", "f800c000.timer", &tcb0_clk), CLKDEV_CON_DEV_ID("dma_clk", "ffffec00.dma-controller", &dma0_clk), CLKDEV_CON_DEV_ID("dma_clk", "ffffee00.dma-controller", &dma1_clk), + CLKDEV_CON_DEV_ID(NULL, "fffff400.gpio", &pioAB_clk), + CLKDEV_CON_DEV_ID(NULL, "fffff600.gpio", &pioAB_clk), + CLKDEV_CON_DEV_ID(NULL, "fffff800.gpio", &pioCD_clk), + CLKDEV_CON_DEV_ID(NULL, "fffffa00.gpio", &pioCD_clk), + CLKDEV_CON_ID("pioA", &pioAB_clk), CLKDEV_CON_ID("pioB", &pioAB_clk), CLKDEV_CON_ID("pioC", &pioCD_clk),