From patchwork Fri Jun 6 05:28:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4309911 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 21B52BEEAA for ; Fri, 6 Jun 2014 05:26:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 79CB3201C7 for ; Fri, 6 Jun 2014 05:26:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC608201E4 for ; Fri, 6 Jun 2014 05:26:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbaFFF0p (ORCPT ); Fri, 6 Jun 2014 01:26:45 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:39808 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751624AbaFFF0p (ORCPT ); Fri, 6 Jun 2014 01:26:45 -0400 Received: by mail-pb0-f43.google.com with SMTP id up15so2181630pbc.2 for ; Thu, 05 Jun 2014 22:26:44 -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=HsTsByhnfp/WFpy2Z1Cpp6ZTqzghw5aGJxggywxHoJjG7dgDAnGkRF36Wdq64wUS/u qQIX6kOMuS3B08bd/UZ5/DbqSuhlvYnRD4ceZ4CeiRMp3aUW7MgM1UPQOmzus+psY+Gh NiilXpD+HsG3I2+gLwxFYxwvZnfBGv2Bg/Blj0HX5jBLi3JS54pVCcUOY0FsCPo3Cz5X Ge90c7un4JhD8seME8lUTUGcVMXTn8CPQzU9zsg7Baq519+8cKRoEWH6xOpJ302T0SBI mZplihnfb6Jb8TrMhjdLTd9stUloc7OhNsg1FPso9ntallHe9qjkUpp4O1LZ0iZFcT8E YA5w== X-Received: by 10.68.164.229 with SMTP id yt5mr5013526pbb.28.1402032404829; Thu, 05 Jun 2014 22:26:44 -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 gu1sm30841165pbd.0.2014.06.05.22.26.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Jun 2014 22:26:44 -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:49 +0900 Message-Id: <20140606052849.17594.52608.sendpatchset@w520> In-Reply-To: <20140606052841.17594.9846.sendpatchset@w520> References: <20140606052841.17594.9846.sendpatchset@w520> Subject: [PATCH v2 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>; }; };