From patchwork Wed Aug 20 13:03:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751101 Return-Path: X-Original-To: patchwork-linux-sh@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 5A588C0338 for ; Wed, 20 Aug 2014 13:01:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3C5FD2012F for ; Wed, 20 Aug 2014 13:01:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1D47A200E7 for ; Wed, 20 Aug 2014 13:01:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753073AbaHTNBF (ORCPT ); Wed, 20 Aug 2014 09:01:05 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:42598 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752387AbaHTNBF (ORCPT ); Wed, 20 Aug 2014 09:01:05 -0400 Received: by mail-pd0-f172.google.com with SMTP id y13so11599641pdi.31 for ; Wed, 20 Aug 2014 06:01:04 -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=SscXTCsdRou17WKNpA8JG2IOmqxZistStsbrHNYz1Ys=; b=gB8yLjSe53uk+JHxTL/BcjJqpuKhvA3XQ0H3fUvmYBEIg0sIExiq0bUcXVsX2rv7pl I3t851urp09Chz4aMzmIpoY/oP8oE3VsJ6To0UP/tKdtHUhUl4bK/ka4MxyQpvOmhx+8 w5fxlej10Q9wHVdXl1Mxb9+ISez6nu3DRCb6nNt1kg2tuzI/V1DiSa7eULotKGYIT96T mIjPHoSZhutouIqyU/tQuVz8QekuaDfQPlIJEkHN+T1Ky3SghociqwkItiofa4K4pVQw MFZkXqL64zffPeVs91GYUcBWMMqABFiit2EV41z2NT2t1KXYaoDsKsgjxHqx1vQd+JE3 Br0A== X-Received: by 10.68.95.196 with SMTP id dm4mr52816961pbb.95.1408539664304; Wed, 20 Aug 2014 06:01:04 -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 mj6sm1597782pdb.74.2014.08.20.06.01.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:01:03 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Wed, 20 Aug 2014 22:03:21 +0900 Message-Id: <20140820130321.32075.36530.sendpatchset@w520> In-Reply-To: <20140820130201.32075.45257.sendpatchset@w520> References: <20140820130201.32075.45257.sendpatchset@w520> Subject: [PATCH 09/10] ARM: shmobile: bockw: Use shmobile_init_delay() Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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 Adjust the BockW board support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-bockw-reference.c | 2 +- arch/arm/mach-shmobile/board-bockw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/board-bockw-reference.c +++ work/arch/arm/mach-shmobile/board-bockw-reference.c 2014-08-20 21:06:29.000000000 +0900 @@ -80,7 +80,7 @@ static const char *bockw_boards_compat_d }; DT_MACHINE_START(BOCKW_DT, "bockw") - .init_early = r8a7778_init_delay, + .init_early = shmobile_init_delay, .init_irq = r8a7778_init_irq_dt, .init_machine = bockw_init, .init_late = shmobile_init_late, --- 0001/arch/arm/mach-shmobile/board-bockw.c +++ work/arch/arm/mach-shmobile/board-bockw.c 2014-08-20 21:06:18.000000000 +0900 @@ -733,7 +733,7 @@ static const char *bockw_boards_compat_d }; DT_MACHINE_START(BOCKW_DT, "bockw") - .init_early = r8a7778_init_delay, + .init_early = shmobile_init_delay, .init_irq = r8a7778_init_irq_dt, .init_machine = bockw_init, .dt_compat = bockw_boards_compat_dt,