From patchwork Fri Dec 30 02:56:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhao X-Patchwork-Id: 6001 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E2A1A23E0E for ; Fri, 30 Dec 2011 02:57:00 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id D938BA180A6 for ; Fri, 30 Dec 2011 02:57:00 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so12267378eaa.11 for ; Thu, 29 Dec 2011 18:57:00 -0800 (PST) Received: by 10.205.120.148 with SMTP id fy20mr8519081bkc.125.1325213820674; Thu, 29 Dec 2011 18:57:00 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs243586bkc; Thu, 29 Dec 2011 18:57:00 -0800 (PST) Received: by 10.227.208.7 with SMTP id ga7mr37272895wbb.19.1325213818995; Thu, 29 Dec 2011 18:56:58 -0800 (PST) Received: from TX2EHSOBE007.bigfish.com (tx2ehsobe004.messaging.microsoft.com. [65.55.88.14]) by mx.google.com with ESMTPS id n56si16632515wed.32.2011.12.29.18.56.58 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Dec 2011 18:56:58 -0800 (PST) Received-SPF: neutral (google.com: 65.55.88.14 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) client-ip=65.55.88.14; Authentication-Results: mx.google.com; spf=neutral (google.com: 65.55.88.14 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) smtp.mail=richard.zhao@linaro.org Received: from mail37-tx2-R.bigfish.com (10.9.14.251) by TX2EHSOBE007.bigfish.com (10.9.40.27) with Microsoft SMTP Server id 14.1.225.23; Fri, 30 Dec 2011 02:56:33 +0000 Received: from mail37-tx2 (localhost [127.0.0.1]) by mail37-tx2-R.bigfish.com (Postfix) with ESMTP id 7AF7F3A026A; Fri, 30 Dec 2011 02:56:33 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275dhz2dh87h2a8h668h839h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-FB-DOMAIN-IP-MATCH: fail Received: from mail37-tx2 (localhost.localdomain [127.0.0.1]) by mail37-tx2 (MessageSwitch) id 132521379378528_7896; Fri, 30 Dec 2011 02:56:33 +0000 (UTC) Received: from TX2EHSMHS037.bigfish.com (unknown [10.9.14.246]) by mail37-tx2.bigfish.com (Postfix) with ESMTP id 096C3800A1; Fri, 30 Dec 2011 02:56:33 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS037.bigfish.com (10.9.99.137) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 30 Dec 2011 02:56:33 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.355.3; Thu, 29 Dec 2011 20:56:56 -0600 Received: from b20223-02.ap.freescale.net (b20223-02.ap.freescale.net [10.192.242.124]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id pBU2uCwf006169; Thu, 29 Dec 2011 20:56:49 -0600 (CST) From: Richard Zhao To: , , CC: , , , , , , , , , , , , , , , , , Richard Zhao Subject: [PATCH V6 5/7] dts/imx6q: add cpufreq property Date: Fri, 30 Dec 2011 10:56:07 +0800 Message-ID: <1325213769-11752-6-git-send-email-richard.zhao@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1325213769-11752-1-git-send-email-richard.zhao@linaro.org> References: <1325213769-11752-1-git-send-email-richard.zhao@linaro.org> MIME-Version: 1.0 X-OriginatorOrg: sigmatel.com Signed-off-by: Richard Zhao --- arch/arm/boot/dts/imx6q.dtsi | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 263e8f3..d89b42d 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -29,6 +29,13 @@ compatible = "arm,cortex-a9"; reg = <0>; next-level-cache = <&L2>; + cpu-freqs = <996000000 792000000 396000000 198000000>; + cpu-volts = < /* min max */ + 1225000 1450000 /* 996M */ + 1100000 1450000 /* 792M */ + 950000 1450000 /* 396M */ + 850000 1450000>; /* 198M */ + clk-trans-latency = <61036>; /* two CLK32 periods */ }; cpu@1 {