From patchwork Thu Dec 19 20:35:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Tobias X-Patchwork-Id: 3384321 Return-Path: X-Original-To: patchwork-linux-arm@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 10C159F38F for ; Thu, 19 Dec 2013 20:45:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 52BA0206B9 for ; Thu, 19 Dec 2013 20:45:13 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 586F6206B2 for ; Thu, 19 Dec 2013 20:45:12 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtkSG-0005Va-QJ; Thu, 19 Dec 2013 20:44:25 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtkS4-0005cF-F9; Thu, 19 Dec 2013 20:44:12 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtkRj-0005Zf-0G for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2013 20:43:52 +0000 Received: by mail-pd0-f173.google.com with SMTP id p10so1599487pdj.32 for ; Thu, 19 Dec 2013 12:43:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+OMgHzTsDpAA3aFXPEvKyw0t7cO/ishDc0iwnELV8N0=; b=wVuy4N497qZALrFBSMX6cHekZXUuETxwP0u2x2pOrdMRBt0ixEeFrx0Dq6tICVOnhS 6cR8sjJ8mBOsIpalU/4N1T6XLWyhgNfsx4zWJ5zJrz2MhO1F++fWCS1lV7o+iB7qm4dq mzUpfgGk+N8zw6eqf9Sft7cQ/EIcsdU0mzBFGtW5qSuFLpqkwf6TEDdH/FRywkIC29T2 cOYVN7v8UwnAyCPEuLDoPd5ab6gFYeLENm0SQR0pydiR9qUtfaEaPEqob66GreYOFp7j ikSLhMZ/+hxSk3g9/0ENAf/SyjqGPYYK4SViX6aI/c54LRc2v3qRnXm3rX85Uc1fKoWl LB3g== X-Received: by 10.66.154.75 with SMTP id vm11mr4089364pab.124.1387485804384; Thu, 19 Dec 2013 12:43:24 -0800 (PST) Received: from localhost.localdomain (morse-p.static.monkeybrains.net. [208.90.214.40]) by mx.google.com with ESMTPSA id lh13sm12188561pab.4.2013.12.19.12.43.23 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 12:43:23 -0800 (PST) From: John Tobias To: linux-arm-kernel@lists.infradead.org, shawn.guo@linaro.org, festevam@gmail.com, b20788@freescale.com Subject: [PATCH v2 1/3] ARM: dts: imx6sl: Adding cpu frequency and VDDSOC/PU table. Date: Thu, 19 Dec 2013 12:35:36 -0800 Message-Id: <1387485338-21225-1-git-send-email-john.tobias.ph@gmail.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131219_154351_195061_E57BF368 X-CRM114-Status: UNSURE ( 9.68 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: John Tobias X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 Device tree for iMX6SL doesn't have an existing cpu frequency table as well as the VDDSOC/PU. Signed-off-by: John Tobias --- arch/arm/boot/dts/imx6sl.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 28558f1..d097f76 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -38,6 +38,27 @@ device_type = "cpu"; reg = <0x0>; next-level-cache = <&L2>; + operating-points = < + /* kHz uV */ + 996000 1275000 + 792000 1175000 + 396000 975000 + >; + fsl,soc-operating-points = < + /* ARM kHz SOC-PU uV */ + 996000 1225000 + 792000 1175000 + 396000 1175000 + >; + clock-latency = <61036>; /* two CLK32 periods */ + clocks = <&clks IMX6SL_CLK_ARM>, <&clks IMX6SL_CLK_PLL2_PFD2>, + <&clks IMX6SL_CLK_STEP>, <&clks IMX6SL_CLK_PLL1_SW>, + <&clks IMX6SL_CLK_PLL1_SYS>; + clock-names = "arm", "pll2_pfd2_396m", "step", + "pll1_sw", "pll1_sys"; + arm-supply = <®_arm>; + pu-supply = <®_pu>; + soc-supply = <®_soc>; }; };