From patchwork Thu Jun 5 05:32:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4303331 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 1264DBEEA7 for ; Thu, 5 Jun 2014 05:30:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 205BF20251 for ; Thu, 5 Jun 2014 05:30:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA38520274 for ; Thu, 5 Jun 2014 05:30:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041AbaFEFaC (ORCPT ); Thu, 5 Jun 2014 01:30:02 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:60599 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbaFEFaB (ORCPT ); Thu, 5 Jun 2014 01:30:01 -0400 Received: by mail-pd0-f174.google.com with SMTP id r10so566564pdi.33 for ; Wed, 04 Jun 2014 22:30:01 -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=oGo10kCbsafbR4h6ijBBFzw9CHypajlBPdLTwEkoOWc=; b=yArKL/T+IXiwBnL383M1GlOqj35UBBQmFLQ7PMeXyk0t83eAfHUGoclSZ7U/s3GT1J zbdHdf9RAnuxAD2uDNv2br+GezzarY2UvB26Ye5aVYefZCtxcGxKsgJ4ftB3c9hrkPpb N2Qt/+lETGQVOapa06T7YJInW2G1rkoUbjc+NxKp6HvjJwIzrcZsgeM2INLSovy1SDnM C2BT64hbcLmptP/RFxh/scIFFxxkbiJ4DnUPy1bor3oSfi6/y0RvcA5kDQGV6uIYavWY XGDSmGEhPiCQkil2N+uIcYS51EXRwD3qzd+1z37prSlGjaiXVuBiVJVH6pugVLgRHUva jKoQ== X-Received: by 10.68.129.68 with SMTP id nu4mr42445451pbb.76.1401946200880; Wed, 04 Jun 2014 22:30:00 -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 ir10sm17824953pbc.59.2014.06.04.22.29.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 22:30:00 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Thu, 05 Jun 2014 14:32:04 +0900 Message-Id: <20140605053204.19066.73736.sendpatchset@w520> In-Reply-To: <20140605053149.19066.90593.sendpatchset@w520> References: <20140605053149.19066.90593.sendpatchset@w520> Subject: [PATCH 02/03] ARM: shmobile: Use shmobile_init_delay() on EMEV2 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.4 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 EMEV2 to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-emev2.c | 7 +------ 1 file changed, 1 insertion(+), 6 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/setup-emev2.c +++ work/arch/arm/mach-shmobile/setup-emev2.c 2014-05-29 17:08:51.000000000 +0900 @@ -42,11 +42,6 @@ static void __init emev2_map_io(void) iotable_init(emev2_io_desc, ARRAY_SIZE(emev2_io_desc)); } -static void __init emev2_init_delay(void) -{ - shmobile_setup_delay(533, 1, 3); /* Cortex-A9 @ 533MHz */ -} - static void __init emev2_add_standard_devices_dt(void) { of_clk_init(NULL); @@ -63,7 +58,7 @@ extern struct smp_operations emev2_smp_o DT_MACHINE_START(EMEV2_DT, "Generic Emma Mobile EV2 (Flattened Device Tree)") .smp = smp_ops(emev2_smp_ops), .map_io = emev2_map_io, - .init_early = emev2_init_delay, + .init_early = shmobile_init_delay, .init_machine = emev2_add_standard_devices_dt, .init_late = shmobile_init_late, .dt_compat = emev2_boards_compat_dt,