From patchwork Thu Jun 5 06:47:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4303681 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 571D7BEEA7 for ; Thu, 5 Jun 2014 06:45:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9368320274 for ; Thu, 5 Jun 2014 06:45:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AFD5D20254 for ; Thu, 5 Jun 2014 06:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750944AbaFEGpu (ORCPT ); Thu, 5 Jun 2014 02:45:50 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:37114 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbaFEGpu (ORCPT ); Thu, 5 Jun 2014 02:45:50 -0400 Received: by mail-pb0-f42.google.com with SMTP id md12so675485pbc.1 for ; Wed, 04 Jun 2014 23:45:49 -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=edMyP2xWOJJlsWiawPWqgaldWvqGZpwiJZXV5GYn/kE=; b=YlSQzkEg4djXza+2SK10J4AWyfC6zYo+PFzVAuTwDes4sOhm7gF9OnolAYANeY40cm 7kiRjdBB7iCvN94cMMKPr0pQZ9AA9Z4UG3hOLErdZ/X5KsaK/OnrLqsS62Rlb2H0BA9E JJzauE4qbEKvhXLmw405So5/gtiO4KkgI0uvLsV3XIfKBYmwCFoSLNtcX4mehTUqyHnm FPQi0+etY+qoSfcpd7qClYPHctSHBceoLCQLCs1NT1NzJy3NrUE/p7oLsrY4p+EcjkM6 eyVtkH5vSphm7fbCYGrXWe9r/WXcywx4joKOAP7e0j37iNwXzqOPNBPzbBDs8KpWyVrl KFhA== X-Received: by 10.68.226.197 with SMTP id ru5mr73671347pbc.77.1401950749630; Wed, 04 Jun 2014 23:45:49 -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 ky8sm18654457pbc.64.2014.06.04.23.45.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 23:45:49 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Thu, 05 Jun 2014 15:47:54 +0900 Message-Id: <20140605064754.14469.8292.sendpatchset@w520> In-Reply-To: <20140605064730.14469.81219.sendpatchset@w520> References: <20140605064730.14469.81219.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: Use shmobile_init_delay() on r7s72100 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 Genmai board support to use shmobile_init_delay() together with r7s72100 CPU Frequency settings from the DTS. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-genmai-reference.c | 2 +- arch/arm/mach-shmobile/board-genmai.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-genmai-reference.c +++ work/arch/arm/mach-shmobile/board-genmai-reference.c 2014-05-29 17:50:54.000000000 +0900 @@ -47,7 +47,7 @@ static const char * const genmai_boards_ }; DT_MACHINE_START(GENMAI_DT, "genmai") - .init_early = r7s72100_init_early, + .init_early = shmobile_init_delay, .init_machine = genmai_add_standard_devices, .dt_compat = genmai_boards_compat_dt, MACHINE_END --- 0001/arch/arm/mach-shmobile/board-genmai.c +++ work/arch/arm/mach-shmobile/board-genmai.c 2014-05-29 17:50:39.000000000 +0900 @@ -154,7 +154,7 @@ static const char * const genmai_boards_ }; DT_MACHINE_START(GENMAI_DT, "genmai") - .init_early = r7s72100_init_early, + .init_early = shmobile_init_delay, .init_machine = genmai_add_standard_devices, .dt_compat = genmai_boards_compat_dt, MACHINE_END