From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 12/25 v7][RFC] arm64: renesas: r8a7795: add EHCI[012] clocks
Date: Fri, 04 Sep 2015 21:49:31 +0000 [thread overview]
Message-ID: <6363298.OWXAK0UTR5@avalon> (raw)
Hello Morimoto-san,
Thank you for the patch.
On Monday 24 August 2015 02:29:16 Kuninori Morimoto wrote:
> From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> v5 -> v7
>
> - based on Gen3 v7 patch-set
>
> arch/arm64/boot/dts/renesas/r8a7795.dtsi | 10 +++++++---
> include/dt-bindings/clock/r8a7795-clock.h | 3 +++
> 2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 77cfcea..c62b57b 100644
> --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> @@ -105,10 +105,14 @@
> compatible = "renesas,r8a7795-mstp-clocks",
> "renesas,cpg-mstp-clocks";
> reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
> - clocks = <&s3d4_clk>;
> + clocks = <&s3d4_clk>, <&s3d4_clk>, <&s3d4_clk>,
> + <&s3d4_clk>;
> #clock-cells = <1>;
> - renesas,clock-indices = <R8A7795_CLK_HSUSB>;
> - clock-output-names = "hsusb";
> + renesas,clock-indices = <R8A7795_CLK_HSUSB
> + R8A7795_CLK_EHCI0
> + R8A7795_CLK_EHCI1
> + R8A7795_CLK_EHCI2>;
> + clock-output-names = "hsusb", "ehci0", "ehci1", "ehci2";
> };
> };
> };
> diff --git a/include/dt-bindings/clock/r8a7795-clock.h
> b/include/dt-bindings/clock/r8a7795-clock.h index ffb0b5b..2bd9d93 100644
> --- a/include/dt-bindings/clock/r8a7795-clock.h
> +++ b/include/dt-bindings/clock/r8a7795-clock.h
> @@ -30,6 +30,9 @@
>
> /* MSTP7 */
> #define R8A7795_CLK_HSUSB 4
> +#define R8A7795_CLK_EHCI0 3
> +#define R8A7795_CLK_EHCI1 2
> +#define R8A7795_CLK_EHCI2 1
Could you please sort the clocks in ascending order as we do in all the Gen2
clock headers ? Same comment for r8a7795.dtsi.
>
> /* MSTP8 */
--
Regards,
Laurent Pinchart
next reply other threads:[~2015-09-04 21:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 21:49 Laurent Pinchart [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-24 2:29 [PATCH 12/25 v7][RFC] arm64: renesas: r8a7795: add EHCI[012] clocks Kuninori Morimoto
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=6363298.OWXAK0UTR5@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