From patchwork Mon Dec 19 03:21:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhao X-Patchwork-Id: 5854 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 E91D023E33 for ; Mon, 19 Dec 2011 03:22:24 +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 DFA12A18009 for ; Mon, 19 Dec 2011 03:22:24 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so1458420eaa.11 for ; Sun, 18 Dec 2011 19:22:24 -0800 (PST) Received: by 10.205.120.14 with SMTP id fw14mr922342bkc.53.1324264944701; Sun, 18 Dec 2011 19:22:24 -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.40.4 with SMTP id i4cs114024bke; Sun, 18 Dec 2011 19:22:24 -0800 (PST) Received: by 10.216.133.234 with SMTP id q84mr6128362wei.30.1324264943102; Sun, 18 Dec 2011 19:22:23 -0800 (PST) Received: from DB3EHSOBE001.bigfish.com (db3ehsobe001.messaging.microsoft.com. [213.199.154.139]) by mx.google.com with ESMTPS id r3si9565320wir.24.2011.12.18.19.22.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 19:22:23 -0800 (PST) Received-SPF: neutral (google.com: 213.199.154.139 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) client-ip=213.199.154.139; Authentication-Results: mx.google.com; spf=neutral (google.com: 213.199.154.139 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) smtp.mail=richard.zhao@linaro.org Received: from mail18-db3-R.bigfish.com (10.3.81.250) by DB3EHSOBE001.bigfish.com (10.3.84.21) with Microsoft SMTP Server id 14.1.225.23; Mon, 19 Dec 2011 03:22:17 +0000 Received: from mail18-db3 (localhost [127.0.0.1]) by mail18-db3-R.bigfish.com (Postfix) with ESMTP id E519F2000E6; Mon, 19 Dec 2011 03:22:37 +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-SS: 13, X-FB-DOMAIN-IP-MATCH: fail Received: from mail18-db3 (localhost.localdomain [127.0.0.1]) by mail18-db3 (MessageSwitch) id 1324264957860147_20541; Mon, 19 Dec 2011 03:22:37 +0000 (UTC) Received: from DB3EHSMHS011.bigfish.com (unknown [10.3.81.244]) by mail18-db3.bigfish.com (Postfix) with ESMTP id C4082440043; Mon, 19 Dec 2011 03:22:37 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB3EHSMHS011.bigfish.com (10.3.87.111) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 19 Dec 2011 03:22:17 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server id 14.1.355.3; Sun, 18 Dec 2011 21:22:20 -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 pBJ3Lkll028688; Sun, 18 Dec 2011 21:22:15 -0600 (CST) From: Richard Zhao To: , , CC: , , , , , , , , , , , , , , , , , Richard Zhao Subject: [PATCH V3 5/7] dts/imx6q: add cpufreq property Date: Mon, 19 Dec 2011 11:21:41 +0800 Message-ID: <1324264903-15395-6-git-send-email-richard.zhao@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1324264903-15395-1-git-send-email-richard.zhao@linaro.org> References: <1324264903-15395-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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 263e8f3..80e47b5 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -26,9 +26,12 @@ #size-cells = <0>; cpu@0 { - compatible = "arm,cortex-a9"; + compatible = "arm,cortex-a9", "generic-cpufreq"; 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 {