From patchwork Fri Nov 23 00:03:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Adami X-Patchwork-Id: 1793011 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 6B5E7DF24C for ; Fri, 23 Nov 2012 00:06:18 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TbgkI-0002hA-B0; Fri, 23 Nov 2012 00:03:50 +0000 Received: from mail-ea0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TbgkD-0002fV-Oq for linux-arm-kernel@lists.infradead.org; Fri, 23 Nov 2012 00:03:46 +0000 Received: by mail-ea0-f177.google.com with SMTP id c10so1588145eaa.36 for ; Thu, 22 Nov 2012 16:03:43 -0800 (PST) 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=kGatBN3BPefigxQBmsIOSqd5U3eP6ftN6p0bLODA4Ys=; b=PVke/FZ2PdZCQhFy4lkbGtJRgBH4ztt0Q8V1RtrVuAM3hpNFDcsbTB+toghsg2XAM3 7++7le29eNzWkpoRkjfvY2dU7mktptwC/tpb3QAqctYi7oiiN3RqyetYw2sPDVAaoN1D KdR5kz/6VUnO5J3XJvTD+WYu1dfi/QDhON0jQf2C7o4T+0KLx+2pSFJHfa4rMWOWiszC 7TdXZ99BPDq23wyrEX0Tx8EewUkXMctzwmcO86wt9Dm+eabWbDjwVaCsXhvcUx++7mRr DJx4UWOSoif8KFi+oHMjLDtf4HykFXiy6ceBeXQ1PJ9GdyYQg8ak0JDcpdmtSU8uHRhs E/AA== Received: by 10.14.174.194 with SMTP id x42mr6738651eel.22.1353629022981; Thu, 22 Nov 2012 16:03:42 -0800 (PST) Received: from mizar.localdomain (host254-248-dynamic.31-79-r.retail.telecomitalia.it. [79.31.248.254]) by mx.google.com with ESMTPS id y44sm10087749eel.14.2012.11.22.16.03.41 (version=SSLv3 cipher=OTHER); Thu, 22 Nov 2012 16:03:42 -0800 (PST) From: Andrea Adami To: Eric Miao Subject: [PATCH] ARM: pxa: pxa25x.c: add dummy SA1100 rtc clock Date: Fri, 23 Nov 2012 01:03:39 +0100 Message-Id: <1353629019-32203-1-git-send-email-andrea.adami@gmail.com> X-Mailer: git-send-email 1.7.8.6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121122_190346_055382_EC7E88A7 X-CRM114-Status: GOOD ( 12.81 ) 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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (andrea.adami[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.215.177 listed in list.dnswl.org] -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: Russell King , linux-arm-kernel@lists.infradead.org, Haojian Zhuang , linux-kernel@vger.kernel.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 * fix failure seen on Zaurus corgi: * sa1100-rtc sa1100-rtc: failed to find rtc clock source * sa1100-rtc: probe of sa1100-rtc failed with error -2 Signed-off-by: Andrea Adami --- arch/arm/mach-pxa/pxa25x.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-pxa/pxa25x.c b/arch/arm/mach-pxa/pxa25x.c index 3352b37..0f05671 100644 --- a/arch/arm/mach-pxa/pxa25x.c +++ b/arch/arm/mach-pxa/pxa25x.c @@ -209,6 +209,7 @@ static struct clk_lookup pxa25x_clkregs[] = { INIT_CLKREG(&clk_pxa25x_gpio12, NULL, "GPIO12_CLK"), INIT_CLKREG(&clk_pxa25x_mem, "pxa2xx-pcmcia", NULL), INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL), + INIT_CLKREG(&clk_dummy, "sa1100-rtc", NULL), }; static struct clk_lookup pxa25x_hwuart_clkreg =