From patchwork Tue Aug 14 13:49: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: 1319591 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 3FAD2DF215 for ; Tue, 14 Aug 2012 14:00:43 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T1Hbb-0003qr-24; Tue, 14 Aug 2012 13:56:25 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T1HW9-0000Y3-V9 for linux-arm-kernel@lists.infradead.org; Tue, 14 Aug 2012 13:50:49 +0000 Received: by mail-wg0-f49.google.com with SMTP id ez12so257449wgb.18 for ; Tue, 14 Aug 2012 06:50:45 -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:in-reply-to:references; bh=BW+vC6dC7QYXpsQJ8gAbCu0VUlyH9LAOvCBtpKJaqWU=; b=Rd9TjS60WlGvjXjCmo7kZHJzjs1p6ZmR6tyG6iltrwzq/gLiTqTsBp8xTt99Dklm+T Wrx2boe4MtMwr0VwbAFjys3ujXP/xkfmaW4HCtn5La9umMwp7jex5Xw+6TLcRI6WV54c GlX39KrMIu5/vpwAEZZLlyXxJQY+AOA6fO7djvqK2w0FNouI3+PRSj84nfABofoMi8Ej hF/wmwIERxvjJkXdXSs9ukLfRcFmWH/0opUA3fY6/EFy8elX30LwhbLpkjXEPEHt389G NiyFIgoNeENbK3PdM/2n7ONz4GkcEhJ+OzlnT9xSxr9A2nzlQuBQc1zKCFWW+VzbdqOa H1dQ== Received: by 10.216.30.136 with SMTP id k8mr8705822wea.103.1344952245633; Tue, 14 Aug 2012 06:50:45 -0700 (PDT) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id eu4sm22509397wib.2.2012.08.14.06.50.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Aug 2012 06:50:44 -0700 (PDT) From: Richard Genoud To: Nicolas Ferre Subject: [PATCH 18/23] sam9x5: declare SPI clocks Date: Tue, 14 Aug 2012 15:49:32 +0200 Message-Id: <1344952177-18385-19-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1344952177-18385-1-git-send-email-richard.genoud@gmail.com> References: <1344952177-18385-1-git-send-email-richard.genoud@gmail.com> 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 [74.125.82.49 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: Richard Genoud , Jean-Christophe PLAGNIOL-VILLARD , 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: , 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 Signed-off-by: Richard Genoud --- arch/arm/mach-at91/at91sam9x5.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c index bbd2f8e..e213e2d 100644 --- a/arch/arm/mach-at91/at91sam9x5.c +++ b/arch/arm/mach-at91/at91sam9x5.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "soc.h" #include "generic.h" @@ -231,6 +232,8 @@ 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("spi_clk", "f0000000.spi", &spi0_clk), + CLKDEV_CON_DEV_ID("spi_clk", "f0004000.spi", &spi1_clk), CLKDEV_CON_ID("pioA", &pioAB_clk), CLKDEV_CON_ID("pioB", &pioAB_clk), CLKDEV_CON_ID("pioC", &pioCD_clk),