linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mturquette@baylibre.com (Michael Turquette)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 3/3] arm64: dts: gxbb clock controller
Date: Wed, 22 Jun 2016 19:12:23 -0700	[thread overview]
Message-ID: <1466647943-23193-4-git-send-email-mturquette@baylibre.com> (raw)
In-Reply-To: <1466647943-23193-1-git-send-email-mturquette@baylibre.com>

Add the clock controller node for the AmLogic GXBB machine.

Signed-off-by: Michael Turquette <mturquette@baylibre.com>
---
Changed in v2:
* nest the clock-controller node inside the hiubus node; suggested by
  Kevin Hilman

 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 806b90392402..e502c24b0ac7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -315,6 +315,12 @@
 			#address-cells = <2>;
 			#size-cells = <2>;
 			ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
+
+			clkc: clock-controller at 0 {
+				compatible = "amlogic,gxbb-clkc";
+				#clock-cells = <1>;
+				reg = <0x0 0x0 0x0 0x3db>;
+			};
 		};
 
 		apb: apb at d0000000 {
-- 
2.1.4

  parent reply	other threads:[~2016-06-23  2:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  2:12 [PATCH v2 0/3] arm64: amlogic: support gxbb clock controller Michael Turquette
2016-06-23  2:12 ` [PATCH v2 1/3] arm: meson: explicitly select clk drivers Michael Turquette
2016-06-23  2:12 ` [PATCH v2 2/3] arm64: amlogic: select gxbb clk driver Michael Turquette
2016-06-23  2:12 ` Michael Turquette [this message]
2016-06-23 23:05 ` [PATCH v2 0/3] arm64: amlogic: support gxbb clock controller Kevin Hilman
2016-06-24  4:40   ` Michael Turquette

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=1466647943-23193-4-git-send-email-mturquette@baylibre.com \
    --to=mturquette@baylibre.com \
    --cc=linus-amlogic@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).