From patchwork Wed Aug 20 13:02:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751081 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 E3620C0338 for ; Wed, 20 Aug 2014 13:00:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4093B20123 for ; Wed, 20 Aug 2014 13:00:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E902B200E7 for ; Wed, 20 Aug 2014 13:00:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbaHTNAc (ORCPT ); Wed, 20 Aug 2014 09:00:32 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:38088 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752824AbaHTNAc (ORCPT ); Wed, 20 Aug 2014 09:00:32 -0400 Received: by mail-pd0-f181.google.com with SMTP id g10so11549008pdj.40 for ; Wed, 20 Aug 2014 06:00:29 -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=wB9qCDVD559E57cydOSGJ9MmC6U0u5mJ1RxY0LB2dfQ=; b=k4MfDfxXyt6nCm9ftp+W0tV2rEZYsftYQpmurCh2KtwaCDZU4UIl0wSGBuI/GwNFOF e3akqwVeGcMP/cdWOzTWQcVYrbIkNTskxasPVYZ+1VlxVgnttFcBxD+9T/S6kadVWmi4 ph9qUkTjIz7+PRu09xyqZHQTYwPB6TymQz2622owKYKQowtCmXNYkDWN6CqxnddsxCCF Z9x0AMWJEdEqxOiuZJWaP5lxLRHTOfdPPuyyscHsVX33OhJhLf435XKFl4c9Qz3lgGWr 8e6CshR+giSznL4Dbfpxg7c2xCq1NAfcWuVIPHJy8bpdFo/QFCoc0+eQgThgY0EJM1X3 tf2g== X-Received: by 10.70.54.164 with SMTP id k4mr35035341pdp.127.1408539628147; Wed, 20 Aug 2014 06:00:28 -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 kh6sm38696634pad.0.2014.08.20.06.00.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:00:27 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Wed, 20 Aug 2014 22:02:45 +0900 Message-Id: <20140820130245.32075.95808.sendpatchset@w520> In-Reply-To: <20140820130201.32075.45257.sendpatchset@w520> References: <20140820130201.32075.45257.sendpatchset@w520> Subject: [PATCH 05/10] ARM: shmobile: sh73a0: 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 sh73a0 SoC support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Get rid of the C code version. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-sh73a0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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-sh73a0.c +++ work/arch/arm/mach-shmobile/setup-sh73a0.c 2014-08-20 21:16:16.000000000 +0900 @@ -746,7 +746,7 @@ void __init sh73a0_add_standard_devices( void __init sh73a0_init_delay(void) { - shmobile_setup_delay(1196, 44, 46); /* Cortex-A9 @ 1196MHz */ + shmobile_init_delay(); } /* do nothing for !CONFIG_SMP or !CONFIG_HAVE_TWD */