From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RFC v2 03/17] ARM: shmobile: r8a7779: Add clock index macros for DT sources
Date: Tue, 26 Nov 2013 14:43:26 +0000 [thread overview]
Message-ID: <4880889.L9mnDQNK1l@avalon> (raw)
In-Reply-To: <1385451139-29686-4-git-send-email-horms+renesas@verge.net.au>
Hi Simon,
Thank you for the patch.
On Tuesday 26 November 2013 16:32:05 Simon Horman wrote:
> Add macros usable by device tree sources to reference r8a7779 clocks by
> index.
>
> Based on work for the r8a7790 and r8a7791 SoCs by Laurent Pinchart.
>
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> include/dt-bindings/clock/r8a7779-clock.h | 61 ++++++++++++++++++++++++++++
> 1 file changed, 61 insertions(+)
> create mode 100644 include/dt-bindings/clock/r8a7779-clock.h
>
> diff --git a/include/dt-bindings/clock/r8a7779-clock.h
> b/include/dt-bindings/clock/r8a7779-clock.h new file mode 100644
> index 0000000..b05fa8b
> --- /dev/null
> +++ b/include/dt-bindings/clock/r8a7779-clock.h
> @@ -0,0 +1,61 @@
> +/*
> + * Copyright (C) 2013 Horms Solutions Ltd.
> + *
> + * Contact: Simon Horman <horms@verge.net.au>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + */
> +
> +#ifndef __DT_BINDINGS_CLOCK_R8A7779_H__
> +#define __DT_BINDINGS_CLOCK_R8A7779_H__
> +
> +/* CPG */
> +#define R8A7779_CLK_PLLA 0
> +#define R8A7779_CLK_Z 1
> +#define R8A7779_CLK_ZS 2
> +#define R8A7779_CLK_S 3
> +#define R8A7779_CLK_S1 4
> +#define R8A7779_CLK_P 5
> +#define R8A7779_CLK_OUT 6
> +
> +/* MSTP 0 */
> +#define R8A7779_CLK_HSPI0 7
> +#define R8A7779_CLK_HSPI1 7
> +#define R8A7779_CLK_HSPI2 7
I would create a single clock named R8A7779_CLK_HSPI and reference it from the
3 HSPI instances.
> +#define R8A7779_CLK_TMU0 16
> +#define R8A7779_CLK_TMU1 16
> +#define R8A7779_CLK_TMU2 16
Indices for TMU1 and TMU2 should be 15 and 14.
Shouldn't you add the HSCIF clocks ?
> +#define R8A7779_CLK_SCIF6 21
> +#define R8A7779_CLK_SCIF4 22
> +#define R8A7779_CLK_SCIF3 23
> +#define R8A7779_CLK_SCIF2 24
> +#define R8A7779_CLK_SCIF1 25
> +#define R8A7779_CLK_SCIF0 26
> +#define R8A7779_CLK_I2C3 27
> +#define R8A7779_CLK_I2C2 28
> +#define R8A7779_CLK_I2C1 29
> +#define R8A7779_CLK_I2C0 30
> +
> +/* MSTP 1 */
> +#define R8A7779_CLK_EHCI0 0
> +#define R8A7779_CLK_OHCI0 0
> +#define R8A7779_CLK_EHCI1 1
> +#define R8A7779_CLK_OHCI1 1
What about naming those USB01 and USB2 instead ?
> +#define R8A7779_CLK_DU 3
> +#define R8A7779_CLK_VIN2 8
> +#define R8A7779_CLK_VIN1 9
> +#define R8A7779_CLK_VIN0 10
Could you add the ethernet clock as well ? We'll need it soon.
> +#define R8A7779_CLK_SATA 15
> +#define R8A7779_CLK_VIN3 20
> +
> +/* MSTP 3 */
Could you please add the MMC0 and MMC1 clocks as well ?
> +#define R8A7779_CLK_SDHI3 20
> +#define R8A7779_CLK_SDHI2 21
> +#define R8A7779_CLK_SDHI1 22
> +#define R8A7779_CLK_SDHI0 23
> +
> +
> +#endif /* __DT_BINDINGS_CLOCK_R8A7779_H__ */
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-11-26 14:43 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-26 7:32 [PATCH RFC v2 00/17] ARM: shmobile: r8a7779, marzen: multiplatform Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 01/17] clk: shmobile: r8a7779: Add clocks support Simon Horman
2013-11-26 14:35 ` Laurent Pinchart
2013-11-26 7:32 ` [PATCH RFC v2 02/17] clk: shmobile: r8a7779: Add MSTP clock support Simon Horman
2013-11-26 14:36 ` Laurent Pinchart
2013-11-27 5:13 ` Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 03/17] ARM: shmobile: r8a7779: Add clock index macros for DT sources Simon Horman
2013-11-26 14:43 ` Laurent Pinchart [this message]
2013-11-27 5:16 ` Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 04/17] ARM: shmobile: r8a7779: Add clocks Simon Horman
2013-11-26 14:48 ` Laurent Pinchart
2013-11-26 7:32 ` [PATCH RFC v2 05/17] ARM: shmobile: r8a7779: Reference clocks Simon Horman
2013-11-26 14:50 ` Laurent Pinchart
2013-11-27 5:17 ` Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 06/17] ARM: shmobile: Sync Marzen DTS with Marzen reference DTS Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 07/17] ARM: shmobile: r8a7779: Sort headers alphabetically Simon Horman
2013-11-26 9:33 ` Sergei Shtylyov
2013-11-27 5:09 ` Simon Horman
2013-11-27 10:20 ` Laurent Pinchart
2013-11-26 7:32 ` [PATCH RFC v2 08/17] ARM: shmobile: r8a7779: Add helper to read mode pins Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 09/17] ARM: shmobile: r8a7779: Move r8a7779_earlytimer_init to clock-r8a7779.c Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 10/17] ARM: shmobile: marzen-reference: Move clock and OF device initialisation into b Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 11/17] ARM: shmobile: r8a7779: Do not include sh_clk.h in r8a7779.h Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 12/17] ARM: shmobile: r8a7779: Initial multiplatform support Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 13/17] ARM: shmobile: marzen-reference: Initialize CPG device Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 14/17] ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and CMT Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 15/17] ARM: shmobile: Remove non-multiplatform Marzen reference support Simon Horman
2013-11-26 14:52 ` Laurent Pinchart
2013-11-27 5:17 ` Simon Horman
2013-11-27 8:51 ` Magnus Damm
2013-11-27 11:29 ` Laurent Pinchart
2013-11-28 2:41 ` Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 16/17] ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB Simon Horman
2013-11-26 7:32 ` [PATCH RFC v2 17/17] ARM: shmobile: Remove Marzen reference DTS 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=4880889.L9mnDQNK1l@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 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).