From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: r8a7794: Add DU clocks to device tree
Date: Thu, 18 Dec 2014 01:23:48 +0000 [thread overview]
Message-ID: <20141218012348.GA4768@verge.net.au> (raw)
In-Reply-To: <1418777156-25994-1-git-send-email-horms+renesas@verge.net.au>
On Wed, Dec 17, 2014 at 09:45:56AM +0900, Simon Horman wrote:
> From: Koji Matsuoka <koji.matsuoka.xm@renesas.com>
>
> Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com>
> [horms: Resolved conflicts]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
It appears that this patch and r8a7791.dtsi use zx_clk as the parent
clock for the DU clocks. However, r8a7790.dtsi, uses zs_clk as the parent
clock. Its unclear to me if this is intentional or not.
I also notice, on inspection of the datasheet, that there is no DU1 clock
on the r8a7794. So it seems that portion of this patch should be removed.
>
> ---
>
> [Simon Horman]
> Based on the renesas-devel-20141217-v3.18 tag of my renesas tree.
> ---
> arch/arm/boot/dts/r8a7794.dtsi | 7 +++++--
> include/dt-bindings/clock/r8a7794-clock.h | 2 ++
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
> index 8f78da5..063bf56 100644
> --- a/arch/arm/boot/dts/r8a7794.dtsi
> +++ b/arch/arm/boot/dts/r8a7794.dtsi
> @@ -535,7 +535,8 @@
> reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
> clocks = <&mp_clk>, <&mp_clk>,
> <&zs_clk>, <&p_clk>, <&p_clk>, <&zs_clk>,
> - <&zs_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>;
> + <&zs_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>,
> + <&zx_clk>, <&zx_clk>;
> #clock-cells = <1>;
> clock-indices = <
> R8A7794_CLK_EHCI R8A7794_CLK_HSUSB
> @@ -543,11 +544,13 @@
> R8A7794_CLK_SCIF4 R8A7794_CLK_HSCIF1 R8A7794_CLK_HSCIF0
> R8A7794_CLK_SCIF3 R8A7794_CLK_SCIF2 R8A7794_CLK_SCIF1
> R8A7794_CLK_SCIF0
> + R8A7794_CLK_DU1 R8A7794_CLK_DU0
> >;
> clock-output-names > "ehci", "hsusb",
> "hscif2", "scif5", "scif4", "hscif1", "hscif0",
> - "scif3", "scif2", "scif1", "scif0";
> + "scif3", "scif2", "scif1", "scif0",
> + "du1", "du0";
> };
> mstp8_clks: mstp8_clks@e6150990 {
> compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
> diff --git a/include/dt-bindings/clock/r8a7794-clock.h b/include/dt-bindings/clock/r8a7794-clock.h
> index d633230..d5cfe62 100644
> --- a/include/dt-bindings/clock/r8a7794-clock.h
> +++ b/include/dt-bindings/clock/r8a7794-clock.h
> @@ -76,6 +76,8 @@
> #define R8A7794_CLK_SCIF2 19
> #define R8A7794_CLK_SCIF1 20
> #define R8A7794_CLK_SCIF0 21
> +#define R8A7794_CLK_DU1 23
> +#define R8A7794_CLK_DU0 24
>
> /* MSTP8 */
> #define R8A7794_CLK_VIN1 10
> --
> 2.1.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2014-12-18 1:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 0:45 [PATCH] ARM: shmobile: r8a7794: Add DU clocks to device tree Simon Horman
2014-12-18 1:23 ` Simon Horman [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=20141218012348.GA4768@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