From patchwork Wed Aug 20 13:02:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751031 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F200B9F375 for ; Wed, 20 Aug 2014 12:59:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3014620136 for ; Wed, 20 Aug 2014 12:59:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 52AD12012F for ; Wed, 20 Aug 2014 12:59:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752389AbaHTM7x (ORCPT ); Wed, 20 Aug 2014 08:59:53 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:51258 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752308AbaHTM7x (ORCPT ); Wed, 20 Aug 2014 08:59:53 -0400 Received: by mail-pd0-f170.google.com with SMTP id g10so12020448pdj.1 for ; Wed, 20 Aug 2014 05:59:53 -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=cCgzEn0fLfJSxcLC1xtYZJlLnaQgbGuOUfBNKxTho9c=; b=hRyio6FCWaa3bpxyUdivZzTppbW+xJVcPGWv7L9i5J8lrKUPM1Hoiixp3biHFn6bB+ HhAIsaGP2MykurFuqYjV/RmzNrCeL6DUFuK5d2bbVhAmrsZKufh0JTfjSouo4lTB69XO 4L15f8R68lm/aGLn1uWcnK9kgxrJX03R9oJfXH7NHhCJ/IVPPQmFgo+JYRhMwripADko ExIiEiEqzXMhjewUW8BOSesEtMRRbOORIqb9Ng7I8C8C/d1WQILrJJBEBdQqLxjUmEpY eBhwbIM1bltEVi5YFAUQcHIbRXVFcxWa9BSfS/G8e+gr8AvIvUqAwdUkQI11+L71ZdER u3Tg== X-Received: by 10.70.92.49 with SMTP id cj17mr58431594pdb.53.1408539592823; Wed, 20 Aug 2014 05:59:52 -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 fh2sm22356846pbb.89.2014.08.20.05.59.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 05:59:51 -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:10 +0900 Message-Id: <20140820130210.32075.68195.sendpatchset@w520> In-Reply-To: <20140820130201.32075.45257.sendpatchset@w520> References: <20140820130201.32075.45257.sendpatchset@w520> Subject: [PATCH 01/10] ARM: shmobile: sh7372: Update 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.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 Add CPU Frequency information to the sh7372 DTS file. This will allow us to use the shared C code on sh7372 and Mackerel which reads out the clock frequency from DT and calculates the delay settings from there. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/sh7372.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/sh7372.dtsi +++ work/arch/arm/boot/dts/sh7372.dtsi 2014-08-20 21:00:26.000000000 +0900 @@ -21,6 +21,7 @@ compatible = "arm,cortex-a8"; device_type = "cpu"; reg = <0x0>; + clock-frequency = <800000000>; }; };