From patchwork Fri Dec 16 10:31:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhao X-Patchwork-Id: 5814 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 1C77C23E16 for ; Fri, 16 Dec 2011 10:31:32 +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 126F7A1836A for ; Fri, 16 Dec 2011 10:31:32 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id k10so3422962eaa.11 for ; Fri, 16 Dec 2011 02:31:32 -0800 (PST) Received: by 10.204.157.12 with SMTP id z12mr2913346bkw.18.1324031491881; Fri, 16 Dec 2011 02:31:31 -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.204.41.207 with SMTP id p15cs1943bke; Fri, 16 Dec 2011 02:31:31 -0800 (PST) Received: by 10.52.99.231 with SMTP id et7mr5233729vdb.114.1324031489691; Fri, 16 Dec 2011 02:31:29 -0800 (PST) Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe005.messaging.microsoft.com. [216.32.181.185]) by mx.google.com with ESMTPS id ek4si4617357vdb.118.2011.12.16.02.31.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 02:31:29 -0800 (PST) Received-SPF: neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) client-ip=216.32.181.185; Authentication-Results: mx.google.com; spf=neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) smtp.mail=richard.zhao@linaro.org Received: from mail175-ch1-R.bigfish.com (10.43.68.242) by CH1EHSOBE008.bigfish.com (10.43.70.58) with Microsoft SMTP Server id 14.1.225.23; Fri, 16 Dec 2011 10:31:27 +0000 Received: from mail175-ch1 (localhost [127.0.0.1]) by mail175-ch1-R.bigfish.com (Postfix) with ESMTP id 6B19320041C; Fri, 16 Dec 2011 10:31:36 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275dhz2dh87h2a8h668h839h) 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 mail175-ch1 (localhost.localdomain [127.0.0.1]) by mail175-ch1 (MessageSwitch) id 1324031495926874_1251; Fri, 16 Dec 2011 10:31:35 +0000 (UTC) Received: from CH1EHSMHS017.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.244]) by mail175-ch1.bigfish.com (Postfix) with ESMTP id DDE9126003F; Fri, 16 Dec 2011 10:31:35 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS017.bigfish.com (10.43.70.17) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 16 Dec 2011 10:31:27 +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; Fri, 16 Dec 2011 04:31:27 -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 pBGAVFaD011414; Fri, 16 Dec 2011 04:31:23 -0600 (CST) From: Richard Zhao To: , , CC: , , , , , , , , Richard Zhao Subject: [PATCH V2 2/4] dts/imx6q: add cpufreq property Date: Fri, 16 Dec 2011 18:31:00 +0800 Message-ID: <1324031462-24961-3-git-send-email-richard.zhao@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1324031462-24961-1-git-send-email-richard.zhao@linaro.org> References: <1324031462-24961-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 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 263e8f3..f2e3eaf 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -29,6 +29,9 @@ compatible = "arm,cortex-a9"; reg = <0>; next-level-cache = <&L2>; + cpu-freqs = <996000000 792000000 396000000 198000000>; + cpu-volts = <1225000 1100000 950000 850000>; + trans-latency = <61036>; /* two CLK32 periods */ }; cpu@1 {