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 4/6] ARM: dts: msm: Add MSM8974 GCC node
Date: Mon, 28 Oct 2013 11:02:02 -0700	[thread overview]
Message-ID: <1382983324-31155-5-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
MSM8974 devices.

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

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 6ac9496..c013037 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -93,5 +93,13 @@
 			compatible = "qcom,pshold";
 			reg = <0xfc4ab000 0x4>;
 		};
+
+		gcc: clock-controller at fc400000 {
+			compatible = "qcom,gcc-8974", "qcom,gcc";
+			#clock-cells = <1>;
+			#reset-cells = <1>;
+			reg = <0xfc400000 0x4000>;
+		};
+
 	};
 };
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

  parent reply	other threads:[~2013-10-28 18:02 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 ` [PATCH 1/6] ARM: dts: msm: Add MSM8960 GCC DT node Stephen Boyd
2013-10-28 18:02 ` [PATCH 2/6] ARM: dts: msm: Add MSM8960 MMCC " 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 ` Stephen Boyd [this message]
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-5-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).