From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 2/8] ARM: shmobile: r8a7790: Add default PCIe bus clock
Date: Fri, 13 Jun 2014 10:45:49 +0000 [thread overview]
Message-ID: <1554173.xRCyTElBgS@avalon> (raw)
In-Reply-To: <1402652242-16604-3-git-send-email-phil.edworthy@renesas.com>
Hi Phil,
Thank you for the patch.
On Friday 13 June 2014 10:37:16 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/r8a7790.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index 7eb882c..d0520f1 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -487,6 +487,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";
> + };
> +
> /*
> * The external audio clocks are configured as 0 Hz fixed frequency
> clocks by * default. Boards that provide audio clocks should override them.
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2014-06-13 10:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 9:37 [PATCH v3 2/8] ARM: shmobile: r8a7790: Add default PCIe bus clock Phil Edworthy
2014-06-13 10:45 ` Laurent Pinchart [this message]
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=1554173.xRCyTElBgS@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 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.