From patchwork Thu Mar 6 03:16:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3780811 Return-Path: X-Original-To: patchwork-linux-arm@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 1DF65BF540 for ; Thu, 6 Mar 2014 03:16:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4416F20225 for ; Thu, 6 Mar 2014 03:16:10 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C35220212 for ; Thu, 6 Mar 2014 03:16:09 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLOmz-0003UH-5o; Thu, 06 Mar 2014 03:16:05 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLOmw-0000pD-Pf; Thu, 06 Mar 2014 03:16:02 +0000 Received: from mail-pa0-f42.google.com ([209.85.220.42]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLOmt-0000nf-7e for linux-arm-kernel@lists.infradead.org; Thu, 06 Mar 2014 03:15:59 +0000 Received: by mail-pa0-f42.google.com with SMTP id fb1so2028143pad.29 for ; Wed, 05 Mar 2014 19:15:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=tMZFcXZ6FoQCC1UuRkwvHBXKo+HCTUZKoR91SSOiabo=; b=QK8MuVvfUmdb9ZR7Ziqq5DwMQhojceNJVpvpfHffAK+EiBoB474UziLVOcyEl6PX0I yWR5pFp43tzwEdFJC4JWYHd99w+9TmC7t3hIWvG8UxmdV524KEpl+svFfaHzd6xvld6Q PKZhHRAER0+gr+c5VTRIUb0pvm6Pc5GpfttXF43/vCuNj9LNgzewXBlVYXqy8pTTRCxX mV4yFkAzoHpvhf/lyiTSyyYnbsdnATcTY7YKkcNStC7btSVzutg3I9Mq/p9xhl1Ly+oB 8MpY8xSClS+ACRSdYf4n3nZLMsos03/d2mHzkjg8ALtgZtLJflYXqCOydCrffN9xN78g ejnQ== X-Received: by 10.68.129.201 with SMTP id ny9mr11608512pbb.70.1394075734783; Wed, 05 Mar 2014 19:15:34 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id ha11sm14035317pbd.17.2014.03.05.19.15.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Mar 2014 19:15:33 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 06 Mar 2014 12:16:58 +0900 Message-Id: <20140306031658.10787.30196.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140305_221559_347020_EE6CC76F X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, 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 The correct maximum CPU frequency for r8a7791 is 1500 MHz so update the r8a7791 SoC C code to reflect this. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-r8a7791.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/mach-shmobile/setup-r8a7791.c +++ work/arch/arm/mach-shmobile/setup-r8a7791.c 2014-03-06 11:33:58.000000000 +0900 @@ -213,7 +213,7 @@ void __init r8a7791_add_standard_devices void __init r8a7791_init_early(void) { #ifndef CONFIG_ARM_ARCH_TIMER - shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */ + shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */ #endif }