linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: dts: msm: Add MSM8960 GCC DT node
Date: Mon, 28 Oct 2013 11:01:59 -0700	[thread overview]
Message-ID: <1382983324-31155-2-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1382983324-31155-1-git-send-email-sboyd@codeaurora.org>

Add the necessary DT node to probe the global clock controller
on MSM8960 devices.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm/boot/dts/qcom-msm8960-cdp.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
index 93e8789..7234253 100644
--- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts
+++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
@@ -53,6 +53,13 @@
 		reg = <0x800000 0x4000>;
 	};
 
+	gcc: clock-controller at 900000 {
+		compatible = "qcom,gcc-8960", "qcom,gcc";
+		#clock-cells = <1>;
+		#reset-cells = <1>;
+		reg = <0x900000 0x4000>;
+	};
+
 	kpss at 2088000 {
 		compatible = "qcom,kpss";
 		reg = <0x02088000 0x1000
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

  reply	other threads:[~2013-10-28 18:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28 18:01 [PATCH 0/6] Enable clock controllers on MSM Stephen Boyd
2013-10-28 18:01 ` Stephen Boyd [this message]
2013-10-28 18:02 ` [PATCH 2/6] ARM: dts: msm: Add MSM8960 MMCC DT node Stephen Boyd
2013-10-28 18:02 ` [PATCH 3/6] ARM: dts: msm: Add clock entries for MSM8960 uart device Stephen Boyd
2013-10-28 18:02 ` [PATCH 4/6] ARM: dts: msm: Add MSM8974 GCC node Stephen Boyd
2013-10-28 18:02 ` [PATCH 5/6] ARM: dts: msm: Add MSM8974 serial device node Stephen Boyd
2013-10-28 18:02 ` [PATCH 6/6] ARM: msm_defconfig: Enable MSM clock drivers Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1382983324-31155-2-git-send-email-sboyd@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).