From patchwork Thu Mar 6 03:15:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3780791 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 4E0B3BF540 for ; Thu, 6 Mar 2014 03:15:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 31F1520212 for ; Thu, 6 Mar 2014 03:15:05 +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 1FDA3201E7 for ; Thu, 6 Mar 2014 03:15:04 +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 1WLOlh-0002zb-Pu; Thu, 06 Mar 2014 03:14:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLOlf-0000mJ-FQ; Thu, 06 Mar 2014 03:14:43 +0000 Received: from mail-pd0-f180.google.com ([209.85.192.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLOlc-0000m0-6r for linux-arm-kernel@lists.infradead.org; Thu, 06 Mar 2014 03:14:40 +0000 Received: by mail-pd0-f180.google.com with SMTP id v10so1918790pde.25 for ; Wed, 05 Mar 2014 19:14:15 -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=w9wOR/J9y+XmpoxBx1IGoKQvIFqa91AZSQVQsd+cv3Q=; b=P6Oc79iEZb1dcPnQD8g/gU290E/4ncM/atlBrvKF83BD71/+XJ2u8Jaf5U94o43gca a/cR/lDGN9y/6kAcbZeY5JJosbQaES+hUw4wTSvcZN603m4VQ8M7XMgjtO2H+mZ6gqB+ ei8qT6FzMwRDZPqBokgTD2ISJzBDdAlFYvlKnBlIM/4fSQzh7K9UR2BgSFiOdVPw+HLU pt+9J/xFvh6YJipdAndBVVBEyHHyV1dDvW7iOf+HJLOW4MePgfrHBHzK6x/zfr13DhkV vpMvqBCrwEO2UiB853ayyNMXCeZEkeMGeuEcYSkKS+tYuj+hHilj3Mh0SyUukE5A+3ST jx4A== X-Received: by 10.66.144.200 with SMTP id so8mr11611883pab.15.1394075653527; Wed, 05 Mar 2014 19:14:13 -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 kc9sm14023823pbc.25.2014.03.05.19.14.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Mar 2014 19:14:12 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 06 Mar 2014 12:15:36 +0900 Message-Id: <20140306031536.10779.98781.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140305_221440_337137_F6832334 X-CRM114-Status: UNSURE ( 8.94 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) 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 DTS to reflect this. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7791.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- 0001/arch/arm/boot/dts/r8a7791.dtsi +++ work/arch/arm/boot/dts/r8a7791.dtsi 2014-03-06 10:52:09.000000000 +0900 @@ -37,14 +37,14 @@ device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0>; - clock-frequency = <1300000000>; + clock-frequency = <1500000000>; }; cpu1: cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <1>; - clock-frequency = <1300000000>; + clock-frequency = <1500000000>; }; };