From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 5/8] ARM: shmobile: r8a7791: Add default PCIe bus clock
Date: Mon, 16 Jun 2014 00:56:02 +0000 [thread overview]
Message-ID: <20140616005602.GC11582@verge.net.au> (raw)
In-Reply-To: <1384872347-11724-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
On Fri, Jun 13, 2014 at 10:37:19AM +0100, Phil Edworthy wrote:
> This patch adds a default PCIe bus clock node.
>
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
> ---
> v3:
> - By default, disable the PCIe bus clock
>
> v2:
> - Use a default PCIe bus clock in the device's dtsi
>
> arch/arm/boot/dts/r8a7791.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index 1e644eb..7c4f7c7 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -532,6 +532,15 @@
> clock-output-names = "extal";
> };
>
> + /* External PCIe clock - can be overridden by the board */
> + pcie_bus_clk: pcie_bus_clk {
> + compatible = "fixed-clock";
> + #clock-cells = <0>;
> + clock-frequency = <100000000>;
> + clock-output-names = "pcie_bus";
> + status = "disabled";
> + };
> +
> /* Special CPG clocks */
> cpg_clocks: cpg_clocks@e6150000 {
> compatible = "renesas,r8a7791-cpg-clocks",
> --
> 2.0.0
>
Hi Phil,
I encountered a minor conflict when applying this patch.
The version that I have queued-up is below, please check that it is correct.
From: Phil Edworthy <phil.edworthy@renesas.com>
[PATCH] ARM: shmobile: r8a7791: Add default PCIe bus clock
This patch adds a default PCIe bus clock node.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
[horms+renesas@verge.net.au: resolved conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7791.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index a15bf7a..7f7eda7 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -555,6 +555,15 @@
clock-output-names = "audio_clk_c";
};
+ /* External PCIe clock - can be overridden by the board */
+ pcie_bus_clk: pcie_bus_clk {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <100000000>;
+ clock-output-names = "pcie_bus";
+ status = "disabled";
+ };
+
/* Special CPG clocks */
cpg_clocks: cpg_clocks@e6150000 {
compatible = "renesas,r8a7791-cpg-clocks",
--
2.0.0.rc2
next prev parent reply other threads:[~2014-06-16 0:56 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 14:45 [PATCH v3 0/8] Renesas R-Car Gen2 Common Clock Framework support Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 1/8] clk: shmobile: Add R-Car Gen2 clocks support Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 2/8] clk: shmobile: Add DIV6 clock support Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 3/8] clk: shmobile: Add MSTP " Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 16:28 ` Mark Rutland
2013-11-19 16:28 ` Mark Rutland
2013-11-19 16:28 ` Mark Rutland
2013-11-19 17:00 ` Laurent Pinchart
2013-11-19 17:00 ` Laurent Pinchart
2013-11-19 17:00 ` Laurent Pinchart
2013-11-19 18:19 ` Mark Rutland
2013-11-19 18:19 ` Mark Rutland
2013-11-19 18:19 ` Mark Rutland
2013-11-20 21:54 ` Laurent Pinchart
2013-11-20 21:54 ` Laurent Pinchart
2013-11-20 21:54 ` Laurent Pinchart
2013-11-27 1:30 ` Laurent Pinchart
2013-11-27 1:30 ` Laurent Pinchart
2013-11-27 1:30 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 4/8] ARM: shmobile: r8a7790: Add clock index macros for DT sources Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 5/8] ARM: shmobile: r8a7791: " Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2014-06-13 9:37 ` [PATCH v3 5/8] ARM: shmobile: r8a7791: Add default PCIe bus clock Phil Edworthy
2014-06-13 10:46 ` Laurent Pinchart
2014-06-16 0:56 ` Simon Horman [this message]
2014-06-16 8:03 ` Phil Edworthy
2013-11-19 14:45 ` [PATCH v3 6/8] ARM: shmobile: r8a7790: Add clocks Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 7/8] ARM: shmobile: r8a7790: Reference clocks Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 8/8] ARM: shmobile: r8a7791: Add clocks Laurent Pinchart
2013-11-19 14:45 ` Laurent Pinchart
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=20140616005602.GC11582@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-sh@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.