From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] arm: shmobile: r8a7791: add USB3.0 clocks to device tree
Date: Tue, 03 Jun 2014 17:59:17 +0000 [thread overview]
Message-ID: <3639732.t6IJBqd63T@avalon> (raw)
In-Reply-To: <538D71C1.3010900@renesas.com>
Hi Shimoda-san,
Thank you for the patch.
On Tuesday 03 June 2014 15:57:05 Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Apart for the parent clock that I can't verify due to lack of documentation,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index ede8b7f..c2b5b38 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -784,15 +784,15 @@
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
> reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
> clocks = <&cp_clk>, <&sd2_clk>, <&sd1_clk>, <&cpg_clocks
> R8A7791_CLK_SD0>, - <&mmc0_clk>, <&hp_clk>, <&hp_clk>,
<&rclk_clk>;
> + <&mmc0_clk>, <&hp_clk>, <&hp_clk>, <&mp_clk>, <&rclk_clk>;
> #clock-cells = <1>;
> renesas,clock-indices = <
> R8A7791_CLK_TPU0 R8A7791_CLK_SDHI2 R8A7791_CLK_SDHI1
R8A7791_CLK_SDHI0
> - R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_CMT1
> + R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_SSUSB
> R8A7791_CLK_CMT1
> >;
>
> clock-output-names > "tpu0", "sdhi2", "sdhi1", "sdhi0",
> - "mmcif0", "i2c7", "i2c8", "cmt1";
> + "mmcif0", "i2c7", "i2c8", "ssusb", "cmt1";
> };
> mstp5_clks: mstp5_clks@e6150144 {
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] arm: shmobile: r8a7791: add USB3.0 clocks to device tree
Date: Tue, 03 Jun 2014 19:59:17 +0200 [thread overview]
Message-ID: <3639732.t6IJBqd63T@avalon> (raw)
In-Reply-To: <538D71C1.3010900@renesas.com>
Hi Shimoda-san,
Thank you for the patch.
On Tuesday 03 June 2014 15:57:05 Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Apart for the parent clock that I can't verify due to lack of documentation,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index ede8b7f..c2b5b38 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -784,15 +784,15 @@
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
> reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
> clocks = <&cp_clk>, <&sd2_clk>, <&sd1_clk>, <&cpg_clocks
> R8A7791_CLK_SD0>, - <&mmc0_clk>, <&hp_clk>, <&hp_clk>,
<&rclk_clk>;
> + <&mmc0_clk>, <&hp_clk>, <&hp_clk>, <&mp_clk>, <&rclk_clk>;
> #clock-cells = <1>;
> renesas,clock-indices = <
> R8A7791_CLK_TPU0 R8A7791_CLK_SDHI2 R8A7791_CLK_SDHI1
R8A7791_CLK_SDHI0
> - R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_CMT1
> + R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_SSUSB
> R8A7791_CLK_CMT1
> >;
>
> clock-output-names =
> "tpu0", "sdhi2", "sdhi1", "sdhi0",
> - "mmcif0", "i2c7", "i2c8", "cmt1";
> + "mmcif0", "i2c7", "i2c8", "ssusb", "cmt1";
> };
> mstp5_clks: mstp5_clks at e6150144 {
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: "mark.rutland@arm.com" <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"pawel.moll@arm.com" <pawel.moll@arm.com>,
"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
SH-Linux <linux-sh@vger.kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Simon Horman <horms@verge.net.au>,
"galak@codeaurora.org" <galak@codeaurora.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 1/2] arm: shmobile: r8a7791: add USB3.0 clocks to device tree
Date: Tue, 03 Jun 2014 19:59:17 +0200 [thread overview]
Message-ID: <3639732.t6IJBqd63T@avalon> (raw)
In-Reply-To: <538D71C1.3010900@renesas.com>
Hi Shimoda-san,
Thank you for the patch.
On Tuesday 03 June 2014 15:57:05 Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Apart for the parent clock that I can't verify due to lack of documentation,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index ede8b7f..c2b5b38 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -784,15 +784,15 @@
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
> reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
> clocks = <&cp_clk>, <&sd2_clk>, <&sd1_clk>, <&cpg_clocks
> R8A7791_CLK_SD0>, - <&mmc0_clk>, <&hp_clk>, <&hp_clk>,
<&rclk_clk>;
> + <&mmc0_clk>, <&hp_clk>, <&hp_clk>, <&mp_clk>, <&rclk_clk>;
> #clock-cells = <1>;
> renesas,clock-indices = <
> R8A7791_CLK_TPU0 R8A7791_CLK_SDHI2 R8A7791_CLK_SDHI1
R8A7791_CLK_SDHI0
> - R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_CMT1
> + R8A7791_CLK_MMCIF0 R8A7791_CLK_IIC0 R8A7791_CLK_IIC1
R8A7791_CLK_SSUSB
> R8A7791_CLK_CMT1
> >;
>
> clock-output-names =
> "tpu0", "sdhi2", "sdhi1", "sdhi0",
> - "mmcif0", "i2c7", "i2c8", "cmt1";
> + "mmcif0", "i2c7", "i2c8", "ssusb", "cmt1";
> };
> mstp5_clks: mstp5_clks@e6150144 {
> compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-
clocks";
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-06-03 17:59 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-17 10:44 [PATCH V2 1/2] ARM: shmobile: r8a7791: add i2c master nodes to dtsi Wolfram Sang
2014-02-17 10:44 ` Wolfram Sang
2014-02-17 10:44 ` Wolfram Sang
2014-02-17 10:44 ` [PATCH V2 2/2] ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt Wolfram Sang
2014-02-17 10:44 ` Wolfram Sang
2014-02-17 10:44 ` Wolfram Sang
2014-02-17 12:07 ` Magnus Damm
2014-02-17 12:07 ` Magnus Damm
2014-02-17 12:07 ` Magnus Damm
2014-02-18 0:34 ` Simon Horman
2014-02-18 0:34 ` Simon Horman
2014-02-18 0:34 ` Simon Horman
2014-05-08 23:54 ` Sergei Shtylyov
2014-05-08 23:54 ` Sergei Shtylyov
2014-05-08 23:54 ` Sergei Shtylyov
2014-05-09 5:06 ` Wolfram Sang
2014-05-09 5:06 ` Wolfram Sang
2014-05-09 5:06 ` Wolfram Sang
2014-05-09 22:59 ` Sergei Shtylyov
2014-05-09 22:59 ` Sergei Shtylyov
2014-05-09 22:59 ` Sergei Shtylyov
2014-05-11 0:08 ` Simon Horman
2014-05-11 0:08 ` Simon Horman
2014-05-11 0:08 ` Simon Horman
2014-05-12 7:35 ` Geert Uytterhoeven
2014-05-12 7:35 ` Geert Uytterhoeven
2014-05-12 7:35 ` Geert Uytterhoeven
2014-05-12 12:10 ` Sergei Shtylyov
2014-05-12 12:10 ` Sergei Shtylyov
2014-05-12 12:10 ` Sergei Shtylyov
2014-05-13 0:07 ` Simon Horman
2014-05-13 0:07 ` Simon Horman
2014-05-13 0:07 ` Simon Horman
2014-02-17 12:06 ` [PATCH V2 1/2] ARM: shmobile: r8a7791: add i2c master nodes to dtsi Magnus Damm
2014-02-17 12:06 ` Magnus Damm
2014-02-17 12:06 ` Magnus Damm
2014-02-18 0:29 ` Simon Horman
2014-02-18 0:29 ` Simon Horman
2014-02-18 0:29 ` Simon Horman
2014-06-03 6:57 ` [PATCH v2 1/2] arm: shmobile: r8a7791: add USB3.0 clocks to device tree Yoshihiro Shimoda
2014-06-03 6:57 ` Yoshihiro Shimoda
2014-06-03 6:57 ` Yoshihiro Shimoda
2014-06-03 17:59 ` Laurent Pinchart [this message]
2014-06-03 17:59 ` Laurent Pinchart
2014-06-03 17:59 ` Laurent Pinchart
2014-06-04 1:06 ` Simon Horman
2014-06-04 1:06 ` Simon Horman
2014-06-04 1:06 ` Simon Horman
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=3639732.t6IJBqd63T@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 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.