linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: geert+renesas@glider.be (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] arm64: renesas: r8a7796: Add external PCIe bus clock
Date: Fri, 21 Apr 2017 14:55:18 +0200	[thread overview]
Message-ID: <1492779321-23939-3-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1492779321-23939-1-git-send-email-geert+renesas@glider.be>

Add the external PCIe bus clock as a zero Hz fixed-frequency clock.
Boards that provide this clock should override it.

Based on r8a7795.dtsi.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 101cd41d693a7ab5..8e2aab8b6b103cc9 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -157,6 +157,13 @@
 		clock-frequency = <0>;
 	};
 
+	/* External PCIe clock - can be overridden by the board */
+	pcie_bus_clk: pcie_bus {
+		compatible = "fixed-clock";
+		#clock-cells = <0>;
+		clock-frequency = <0>;
+	};
+
 	soc {
 		compatible = "simple-bus";
 		interrupt-parent = <&gic>;
-- 
2.7.4

  reply	other threads:[~2017-04-21 12:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 12:55 [PATCH/RFC 0/5] arm64: dts: renesas: Break out common board support Geert Uytterhoeven
2017-04-21 12:55 ` Geert Uytterhoeven [this message]
     [not found] ` <1492779321-23939-2-git-send-email-geert+renesas@glider.be>
2017-04-23 23:56   ` [PATCH 1/5] arm64: renesas: r8a7796: Add external audio clocks Kuninori Morimoto
2017-04-24  7:25 ` [PATCH/RFC 0/5] arm64: dts: renesas: Break out common board support Geert Uytterhoeven
2017-04-26  8:06 ` Simon Horman
2017-04-26  8:11   ` Geert Uytterhoeven
2017-04-26  8:56     ` Simon Horman
2017-04-27 13:32     ` Geert Uytterhoeven
2017-04-28  7:04       ` Simon Horman
2017-04-28  7:11         ` Geert Uytterhoeven
2017-04-28  7:32           ` Simon Horman
2017-04-28 12:28             ` Geert Uytterhoeven

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=1492779321-23939-3-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --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).