From patchwork Thu Jun 5 06:47:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4303661 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 52599BEEA7 for ; Thu, 5 Jun 2014 06:45:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8DC9F202E9 for ; Thu, 5 Jun 2014 06:45:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B515120274 for ; Thu, 5 Jun 2014 06:45:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750891AbaFEGpf (ORCPT ); Thu, 5 Jun 2014 02:45:35 -0400 Received: from mail-pb0-f51.google.com ([209.85.160.51]:35075 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbaFEGpf (ORCPT ); Thu, 5 Jun 2014 02:45:35 -0400 Received: by mail-pb0-f51.google.com with SMTP id ma3so667149pbc.38 for ; Wed, 04 Jun 2014 23:45:34 -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=5+b1Px0MT6CwqHhDJmarzD4u7BPY0wWDvw275BrWvuY=; b=fpkb/RNLT0Z1UIqP0PRnkdiLdeyhoLwKQYME3+et5VaFRiOZDHv17oqwONbBHDVav1 o51NCdvaXOtkwMj0JYcrLLWaham8HVuuJqCDra8EotJfhsSVX70APK2I8cFXZVJU7RT6 g1Ygvmg3yb2IDM0ruznzTycnVa5p0N0YU4PpBMiAabnJIwupSlKI7Madlwo0Djxqmu2a g1rUjUPy+rVDOFtgxdpwy3zaVWYoNbFqNU3ZPlQ8rIQanW7K+uwOZJ+vhSa/GBYdZ4BM l27FJDvh7ELerC174zj+5FinlqQcPfQhACQhGg7MgFhTUJ1CXpikQ1se0gEVpTTHjFQd un4Q== X-Received: by 10.68.218.231 with SMTP id pj7mr72909370pbc.95.1401950734627; Wed, 04 Jun 2014 23:45:34 -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 se3sm18629043pbb.80.2014.06.04.23.45.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 23:45:34 -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:38 +0900 Message-Id: <20140605064738.14469.26627.sendpatchset@w520> In-Reply-To: <20140605064730.14469.81219.sendpatchset@w520> References: <20140605064730.14469.81219.sendpatchset@w520> Subject: [PATCH 01/03] ARM: shmobile: Update r7s72100 DTS to include CPU frequency 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 Add CPU Frequency information to the r7s72100 DTS file. This will allow us to use the shared C code on r7s72100 and Genmai which reads out the clock frequency from DT and calculates the delay settings from there. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r7s72100.dtsi | 1 + 1 file changed, 1 insertion(+) -- 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/boot/dts/r7s72100.dtsi +++ work/arch/arm/boot/dts/r7s72100.dtsi 2014-05-29 17:47:45.000000000 +0900 @@ -144,6 +144,7 @@ device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <0>; + clock-frequency = <400000000>; }; };