From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: r8a7790: add MLB+ clock
Date: Mon, 22 Dec 2014 00:06:12 +0000 [thread overview]
Message-ID: <20141222000610.GG29188@verge.net.au> (raw)
In-Reply-To: <2277336.BnuIY8UiP8@wasted.cogentembedded.com>
On Thu, Dec 18, 2014 at 11:41:52PM +0300, Sergei Shtylyov wrote:
> From: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
>
> Add MLB+ clock to R8A7790 device tree.
>
> Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
> [Sergei: rebased, renamed, added changelog]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> ---
> This patch is against 'renesas-devel-20141218-v3.18' tag of Simon Horman's
> 'renesas.git' repo.
Thanks, I have queued this up.
>
> arch/arm/boot/dts/r8a7790.dtsi | 13 +++++++------
> include/dt-bindings/clock/r8a7790-clock.h | 1 +
> 2 files changed, 8 insertions(+), 6 deletions(-)
>
> Index: renesas/arch/arm/boot/dts/r8a7790.dtsi
> =================================> --- renesas.orig/arch/arm/boot/dts/r8a7790.dtsi
> +++ renesas/arch/arm/boot/dts/r8a7790.dtsi
> @@ -1149,16 +1149,17 @@
> mstp8_clks: mstp8_clks@e6150990 {
> compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
> reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
> - clocks = <&zg_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>, <&p_clk>,
> - <&zs_clk>, <&zs_clk>;
> + clocks = <&hp_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>,
> + <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>;
> #clock-cells = <1>;
> clock-indices = <
> - R8A7790_CLK_VIN3 R8A7790_CLK_VIN2 R8A7790_CLK_VIN1
> - R8A7790_CLK_VIN0 R8A7790_CLK_ETHER R8A7790_CLK_SATA1
> - R8A7790_CLK_SATA0
> + R8A7790_CLK_MLB R8A7790_CLK_VIN3 R8A7790_CLK_VIN2
> + R8A7790_CLK_VIN1 R8A7790_CLK_VIN0 R8A7790_CLK_ETHER
> + R8A7790_CLK_SATA1 R8A7790_CLK_SATA0
> >;
> clock-output-names > - "vin3", "vin2", "vin1", "vin0", "ether", "sata1", "sata0";
> + "mlb", "vin3", "vin2", "vin1", "vin0", "ether",
> + "sata1", "sata0";
> };
> mstp9_clks: mstp9_clks@e6150994 {
> compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
> Index: renesas/include/dt-bindings/clock/r8a7790-clock.h
> =================================> --- renesas.orig/include/dt-bindings/clock/r8a7790-clock.h
> +++ renesas/include/dt-bindings/clock/r8a7790-clock.h
> @@ -97,6 +97,7 @@
> #define R8A7790_CLK_LVDS0 26
>
> /* MSTP8 */
> +#define R8A7790_CLK_MLB 2
> #define R8A7790_CLK_VIN3 8
> #define R8A7790_CLK_VIN2 9
> #define R8A7790_CLK_VIN1 10
>
next prev parent reply other threads:[~2014-12-22 0:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-18 20:41 [PATCH] ARM: shmobile: r8a7790: add MLB+ clock Sergei Shtylyov
2014-12-22 0:06 ` Simon Horman [this message]
2014-12-22 21:43 ` Sergei Shtylyov
2014-12-23 0:23 ` 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=20141222000610.GG29188@verge.net.au \
--to=horms@verge.net.au \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox