From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org, magnus.damm@gmail.com,
linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] ARM: shmobile: r8a7794: add GPIO clocks
Date: Wed, 25 Feb 2015 11:57:50 +0200 [thread overview]
Message-ID: <4073135.p5DxpngjLk@avalon> (raw)
In-Reply-To: <1831753.Dnjo3xKPJv@wasted.cogentembedded.com>
Hi Sergei,
Thank you for the patch.
On Sunday 22 February 2015 01:11:25 Sergei Shtylyov wrote:
> Describe the GPIO clocks in the R8A7794 device tree.
>
> Based on the original patch by Koji Matsuoka <koji.matsuoka.xm@renesas.com>.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
> ---
> arch/arm/boot/dts/r8a7794.dtsi | 22 ++++++++++++++--------
> 1 file changed, 14 insertions(+), 8 deletions(-)
>
> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
> ===================================================================
> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
> @@ -651,16 +651,22 @@
> mstp9_clks: mstp9_clks@e6150994 {
> compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-
clocks";
> reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
> - clocks = <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>,
> - <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>;
> + clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>,
> + <&cp_clk>, <&cp_clk>, <&cp_clk>,
> + <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>,
> + <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>;
> #clock-cells = <1>;
> - clock-indices = <
> - R8A7794_CLK_QSPI_MOD R8A7794_CLK_I2C5 R8A7794_CLK_I2C4
> - R8A7794_CLK_I2C3 R8A7794_CLK_I2C2 R8A7794_CLK_I2C1
> - R8A7794_CLK_I2C0
> - >;
> + clock-indices = <R8A7794_CLK_GPIO6 R8A7794_CLK_GPIO5
> + R8A7794_CLK_GPIO4 R8A7794_CLK_GPIO3
> + R8A7794_CLK_GPIO2 R8A7794_CLK_GPIO1
> + R8A7794_CLK_GPIO0 R8A7794_CLK_QSPI_MOD
> + R8A7794_CLK_I2C5 R8A7794_CLK_I2C4
> + R8A7794_CLK_I2C3 R8A7794_CLK_I2C2
> + R8A7794_CLK_I2C1 R8A7794_CLK_I2C0>;
> clock-output-names =
> - "qspi_mod", "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0";
> + "gpio6", "gpio5", "gpio4", "gpio3", "gpio2",
> + "gpio1", "gpio0", "qspi_mod",
> + "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0";
> };
> mstp11_clks: mstp11_clks@e615099c {
> compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-
clocks";
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-02-25 9:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 22:10 [PATCH 0/2] Add R8A7794 GPIO DT support Sergei Shtylyov
2015-02-21 22:11 ` [PATCH 1/2] ARM: shmobile: r8a7794: add GPIO clocks Sergei Shtylyov
[not found] ` <1831753.Dnjo3xKPJv-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>
2015-02-23 11:08 ` Geert Uytterhoeven
2015-02-25 9:57 ` Laurent Pinchart [this message]
2015-02-21 22:12 ` [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support Sergei Shtylyov
2015-02-23 11:11 ` Geert Uytterhoeven
2015-02-25 10:11 ` Laurent Pinchart
2015-02-25 10:27 ` Geert Uytterhoeven
2015-02-25 22:10 ` Laurent Pinchart
2015-02-25 14:04 ` Sergei Shtylyov
2015-02-25 14:08 ` Laurent Pinchart
2015-02-23 22:00 ` [PATCH 0/2] Add R8A7794 " Simon Horman
2015-02-23 23:19 ` Simon Horman
[not found] ` <20150223231901.GD29878-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2015-02-24 14:43 ` Sergei Shtylyov
2015-02-25 8:07 ` 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=4073135.p5DxpngjLk@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=horms@verge.net.au \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
/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).