From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 5/8] ARM: shmobile: r8a7791: Add default PCIe bus clock
Date: Fri, 13 Jun 2014 10:46:16 +0000 [thread overview]
Message-ID: <701337586.6d57qC6akN@avalon> (raw)
In-Reply-To: <1384872347-11724-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Phil,
Thank you for the patch.
On Friday 13 June 2014 10:37:19 Phil Edworthy wrote:
> 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>
> ---
> 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",
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-06-13 10:46 UTC|newest]
Thread overview: 18+ 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 ` [PATCH v3 1/8] clk: shmobile: Add R-Car Gen2 clocks support Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 2/8] clk: shmobile: Add DIV6 clock support Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 3/8] clk: shmobile: Add MSTP " Laurent Pinchart
2013-11-19 16:28 ` Mark Rutland
2013-11-19 17:00 ` Laurent Pinchart
2013-11-19 18:19 ` Mark Rutland
2013-11-20 21:54 ` 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 ` [PATCH v3 5/8] ARM: shmobile: r8a7791: " 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 [this message]
2014-06-16 0:56 ` Simon Horman
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 ` [PATCH v3 7/8] ARM: shmobile: r8a7790: Reference clocks Laurent Pinchart
2013-11-19 14:45 ` [PATCH v3 8/8] ARM: shmobile: r8a7791: Add clocks 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=701337586.6d57qC6akN@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 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).