From patchwork Fri Jun 6 05:28:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4309921 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 982909F23C for ; Fri, 6 Jun 2014 05:27:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F2A20201C7 for ; Fri, 6 Jun 2014 05:26:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50689201DD for ; Fri, 6 Jun 2014 05:26:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751650AbaFFF0x (ORCPT ); Fri, 6 Jun 2014 01:26:53 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:62865 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbaFFF0w (ORCPT ); Fri, 6 Jun 2014 01:26:52 -0400 Received: by mail-pd0-f175.google.com with SMTP id z10so2113400pdj.20 for ; Thu, 05 Jun 2014 22:26:52 -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=EXa1dtSseJMvfKYvcUS5ZfaPPVs44go5OunpjHZhxFnqkNtiHXVPj714owsJA0FX2O kXYalJ1fYkS7D3rNlWq6DerIZdmbv/D7nfdIpNZZs1EegXWXJ/caQQlCTOCFToeVd2H8 n/ElKMGn8EWCEI805+Cz0TdbFs9HGRYOvh3shAi/fpQWs8mZ2pxOOWzTh6so7O2avRcU LXB4hSm7NJGEC0yJbahy0KTbjTaMecy21fhR9cs0j2x6Q1BAE8y8SsWr5L5if3j29L9M xS38jHdTpg8C60gzR1NwDnYl1gBvNEk+wRUDf4swVRWCHWGvydtqB1+nmUkk3Rg1LJOP hoBg== X-Received: by 10.68.231.7 with SMTP id tc7mr4930040pbc.32.1402032412320; Thu, 05 Jun 2014 22:26:52 -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 oa3sm30824749pbb.15.2014.06.05.22.26.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Jun 2014 22:26:51 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, geert@linux-m68k.org Date: Fri, 06 Jun 2014 14:28:56 +0900 Message-Id: <20140606052856.17594.84193.sendpatchset@w520> In-Reply-To: <20140606052841.17594.9846.sendpatchset@w520> References: <20140606052841.17594.9846.sendpatchset@w520> Subject: [PATCH v2 02/03] ARM: shmobile: Use shmobile_init_delay() on Genmai boards 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