From patchwork Thu Jun 13 01:49:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 2713161 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0A471C1459 for ; Thu, 13 Jun 2013 02:30:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 36231201DE for ; Thu, 13 Jun 2013 02:30:42 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1EBC1201DD for ; Thu, 13 Jun 2013 02:30:41 +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 1Umwik-0001jz-JQ; Thu, 13 Jun 2013 01:53:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Umwh7-0005VH-MA; Thu, 13 Jun 2013 01:51:21 +0000 Received: from smtp.codeaurora.org ([198.145.11.231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Umwfj-0005Le-OJ for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2013 01:49:58 +0000 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id CA80113F110; Thu, 13 Jun 2013 01:49:16 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id BEA9F13F118; Thu, 13 Jun 2013 01:49:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from sboyd-linux.qualcomm.com (i-global252.qualcomm.com [199.106.103.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 5AB5713F116; Thu, 13 Jun 2013 01:49:16 +0000 (UTC) From: Stephen Boyd To: linux-arm-kernel@lists.infradead.org Subject: [RFC/PATCH 12/13] ARM: dts: msm: Add MSM8960 MMCC DT nodes Date: Wed, 12 Jun 2013 18:49:08 -0700 Message-Id: <1371088149-22562-13-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.8.3.1.378.g9926f66 In-Reply-To: <1371088149-22562-1-git-send-email-sboyd@codeaurora.org> References: <1371088149-22562-1-git-send-email-sboyd@codeaurora.org> X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130612_214956_346463_18E1932C X-CRM114-Status: GOOD ( 13.37 ) X-Spam-Score: -2.1 (--) Cc: linux-arm-msm@vger.kernel.org, Saravana Kannan , Mike Turquette , linux-kernel@vger.kernel.org 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-Virus-Scanned: ClamAV using ClamSMTP Add the necessary DT data to probe the multimedia clock controller on MSM8960 devices. Signed-off-by: Stephen Boyd --- arch/arm/boot/dts/msm8960-cdp.dts | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts index 01d03f1..1c0691c 100644 --- a/arch/arm/boot/dts/msm8960-cdp.dts +++ b/arch/arm/boot/dts/msm8960-cdp.dts @@ -114,6 +114,43 @@ }; }; + clock-controller@4000000 { + compatible = "qcom,mmcc-8960", "qcom,mmcc"; + reg = <0x4000000 0x1000>; + + clocks { + pll2: pll2 { + #clock-cells = <0>; + compatible = "qcom,pll"; + clocks = <&pxo>; + }; + + mdp_rcg: mdp_rcg { + #clock-cells = <0>; + compatible = "qcom,mn8-dyn-clock"; + clocks = <&pxo>, <&pll2>, <&vpll8>; + }; + + mdp_cxc: mdp_cxc { + #clock-cells = <0>; + compatible = "qcom,cxc-clock"; + clocks = <&mdp_rcg>; + }; + + rot_rcg: rot_rcg { + #clock-cells = <0>; + compatible = "qcom,p4-dyn-clock"; + clocks = <&pxo>, <&pll2>, <&vpll8>; + }; + + rot_cxc: rot_cxc { + #clock-cells = <0>; + compatible = "qcom,cxc-clock"; + clocks = <&rot_rcg>; + }; + }; + }; + kpss@2088000 { compatible = "qcom,kpss"; reg = <0x02088000 0x1000