From patchwork Wed May 7 23:32:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4132611 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 3F59DC0ACC for ; Wed, 7 May 2014 23:33:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 68DFE20251 for ; Wed, 7 May 2014 23:33:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 9D8E520212 for ; Wed, 7 May 2014 23:33:27 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WiBJ0-0005bB-TK; Wed, 07 May 2014 23:31:18 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WiBIy-0005Vd-SG for linux-arm-kernel@lists.infradead.org; Wed, 07 May 2014 23:31:17 +0000 Received: by mail-pd0-f176.google.com with SMTP id y13so1628656pdi.21 for ; Wed, 07 May 2014 16:30:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=p8PbllhbIw1t2AIUU+dZKiUXfm1xZ0QdDr6TL4MRQQk=; b=Tpzpa5IHX3Evqz8CQdHdHbrquffN4QCO4UxoN/pBSj4YgUttbSntqyGoiwb8fgMwGY Ohrv2193Llkks8NLli6TGIT+3e2fehRTYxbkdeVEddJhnLjUVc60yObDtzB/SudDWhzP 6aeXSu7zDRnwqrTqfDtzp82qaOymGYXQ9RsLQWpjy0X2VkONLZ9vjakFzTJwTUPjuyQ0 bVm5gP5rch/Hmlw1XOSqyWGfMNJtcz6y4odDCbzTMDyAIK5Lk9S7WnRvqOk2rpOwMF/j dUYD2pElYvcLQja4nkLZo8OEtlnxXqO6R3QPIdBf2sMWMcKwvUghiu0bKA95SyQGTy9c PWxQ== X-Received: by 10.66.66.66 with SMTP id d2mr414893pat.24.1399505455636; Wed, 07 May 2014 16:30:55 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id qx11sm120099240pab.35.2014.05.07.16.30.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 May 2014 16:30:54 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 08 May 2014 08:32:47 +0900 Message-Id: <20140507233247.29712.21368.sendpatchset@w520> In-Reply-To: <20140507233219.29712.9253.sendpatchset@w520> References: <20140507233219.29712.9253.sendpatchset@w520> Subject: [PATCH 03/04] ARM: shmobile: Use r8a7740 DT CPU Frequency for Armadillo DT Ref X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140507_163116_933552_7FDB8B8F X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.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 X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 From: Magnus Damm Convert the Armadillo r8a7740 DT reference board support to use shmobile_init_delay() to be able to migrate away from per-SoC delay setup functions. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/mach-shmobile/board-armadillo800eva-reference.c +++ work/arch/arm/mach-shmobile/board-armadillo800eva-reference.c 2014-04-24 17:59:55.000000000 +0900 @@ -187,7 +187,7 @@ static const char *eva_boards_compat_dt[ DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva-reference") .map_io = r8a7740_map_io, - .init_early = r8a7740_init_delay, + .init_early = shmobile_init_delay, .init_irq = r8a7740_init_irq_of, .init_machine = eva_init, .init_late = shmobile_init_late,