From: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
To: Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Cc: Simon Horman
<horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux-Renesas
<linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: r7s72100: add clock bit definitions
Date: Mon, 29 May 2017 11:31:37 +0200 [thread overview]
Message-ID: <CAMuHMdW21gwJZxCMsepX9c3hqpfw_+zc1x_f-6D0oKFVvqY2Kg@mail.gmail.com> (raw)
In-Reply-To: <20170525160548.103182-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Hi Chris,
On Thu, May 25, 2017 at 6:05 PM, Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:
> Add the remaining bit locations for the module stop clock registers.
>
> Signed-off-by: Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> --- a/include/dt-bindings/clock/r7s72100-clock.h
> +++ b/include/dt-bindings/clock/r7s72100-clock.h
> @@ -13,7 +13,14 @@
> #define R7S72100_CLK_PLL 0
No CoreSight (MSTP20)?
> /* MSTP3 */
> +#define R7S72100_CLK_IEBUS 7
> +#define R7S72100_CLK_IRDA 6
> +#define R7S72100_CLK_LIN0 5
> +#define R7S72100_CLK_LIN1 4
> #define R7S72100_CLK_MTU2 3
> +#define R7S72100_CLK_CAN 2
> +#define R7S72100_CLK_ADCPWR 1
> +#define R7S72100_CLK_MCPWM 0
Perhaps just R7S72100_CLK_PWM?
> /* MSTP4 */
> #define R7S72100_CLK_SCIF0 7
> @@ -26,25 +33,51 @@
> #define R7S72100_CLK_SCIF7 0
>
> /* MSTP5 */
> +#define R7S72100_CLK_SCI0 7
> +#define R7S72100_CLK_SCI1 6
> +#define R7S72100_CLK_SNDGEN0 5
> +#define R7S72100_CLK_SNDGEN1 4
> +#define R7S72100_CLK_SNDGEN2 3
> +#define R7S72100_CLK_SNDGEN3 2
R7S72100_CLK_SG[0-3]?
> #define R7S72100_CLK_OSTM0 1
> #define R7S72100_CLK_OSTM1 0
>
> /* MSTP6 */
> +#define R7S72100_CLK_ADC 7
> +#define R7S72100_CLK_CEU 6
> +#define R7S72100_CLK_DOC0 5
> +#define R7S72100_CLK_DOC1 4
> +#define R7S72100_CLK_DRC0 3
> +#define R7S72100_CLK_DRC1 2
> +#define R7S72100_CLK_JCU 1
> #define R7S72100_CLK_RTC 0
>
> /* MSTP7 */
> +#define R7S72100_CLK_VDEC0 7
> +#define R7S72100_CLK_VDEC1 6
R7S72100_CLK_VIN[01]?
> #define R7S72100_CLK_ETHER 4
> +#define R7S72100_CLK_NAND 3
> #define R7S72100_CLK_USB0 1
> #define R7S72100_CLK_USB1 0
>
> /* MSTP8 */
> +#define R7S72100_CLK_IMR0 7
> +#define R7S72100_CLK_IMR1 6
> +#define R7S72100_CLK_IMRDISP 5
> #define R7S72100_CLK_MMCIF 4
> +#define R7S72100_CLK_MLB 3
> +#define R7S72100_CLK_ETHABV 2
R7S72100_CLK_ETHAVB
> +#define R7S72100_CLK_SCUX 1
>
> /* MSTP9 */
> #define R7S72100_CLK_I2C0 7
> #define R7S72100_CLK_I2C1 6
> #define R7S72100_CLK_I2C2 5
> #define R7S72100_CLK_I2C3 4
> +#define R7S72100_CLK_SPIMBC0 3
> +#define R7S72100_CLK_SPIMBC1 2
R7S72100_CLK_SPB[0-1]?
All related registers and clocks are called SPB<something>.
> +#define R7S72100_CLK_VDC50 1 /* and LVDS */
> +#define R7S72100_CLK_VDC51 0
>
> /* MSTP10 */
> #define R7S72100_CLK_SPI0 7
> @@ -52,6 +85,9 @@
> #define R7S72100_CLK_SPI2 5
> #define R7S72100_CLK_SPI3 4
> #define R7S72100_CLK_SPI4 3
> +#define R7S72100_CLK_CDROM 2
> +#define R7S72100_CLK_SPDIF 1
> +#define R7S72100_CLK_RGPVG2 0
No SSI (MSTP11[0-5])?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-05-29 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-25 16:05 [PATCH] ARM: dts: r7s72100: add clock bit definitions Chris Brandt
[not found] ` <20170525160548.103182-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-05-29 9:31 ` Geert Uytterhoeven [this message]
2017-05-30 8:42 ` Simon Horman
[not found] ` <CAMuHMdW21gwJZxCMsepX9c3hqpfw_+zc1x_f-6D0oKFVvqY2Kg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-30 16:23 ` Chris Brandt
2017-06-01 8:22 ` Geert Uytterhoeven
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=CAMuHMdW21gwJZxCMsepX9c3hqpfw_+zc1x_f-6D0oKFVvqY2Kg@mail.gmail.com \
--to=geert-td1emuhucqxl1znqvxdv9g@public.gmane.org \
--cc=chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
--cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).