From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Raphaël Poggi" <poggi.raph@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3 2/3] at91sam9g45: clock: add i2c clocks
Date: Mon, 1 Sep 2014 12:16:23 +0200 [thread overview]
Message-ID: <20140901101623.GT5352@pengutronix.de> (raw)
In-Reply-To: <1407320269-32368-3-git-send-email-poggi.raph@gmail.com>
On Wed, Aug 06, 2014 at 12:17:48PM +0200, Raphaël Poggi wrote:
> Add the device tree and non device tree at91 i2c clocks.
>
> Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
> ---
> arch/arm/mach-at91/at91sam9g45.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c
> index 9a50deb..d19d26a 100644
> --- a/arch/arm/mach-at91/at91sam9g45.c
> +++ b/arch/arm/mach-at91/at91sam9g45.c
> @@ -192,6 +192,10 @@ static struct clk_lookup periph_clocks_lookups[] = {
> CLKDEV_CON_DEV_ID("mci_clk", "atmel_mci1", &mmc1_clk),
> CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi0", &spi0_clk),
> CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi1", &spi1_clk),
> + CLKDEV_DEV_ID("at91sam9g10-i2c0", &twi0_clk),
> + CLKDEV_DEV_ID("at91sam9g10-i2c1", &twi1_clk),
> + CLKDEV_DEV_ID("fff84000.i2c", &twi0_clk),
> + CLKDEV_DEV_ID("fff88000.i2c", &twi1_clk),
Can you use clkdev_add_physbase()? This way you wouldn't have to
register separate clocks for the device tree and non device tree case.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-09-01 10:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-06 10:17 [PATCH v3 0/2] Add device tree support of i2c Atmel driver Raphaël Poggi
2014-08-06 10:17 ` [PATCH v3 1/3] i2c: at91: add support of device tree Raphaël Poggi
2014-08-06 10:17 ` [PATCH v3 2/3] at91sam9g45: clock: add i2c clocks Raphaël Poggi
2014-09-01 10:16 ` Sascha Hauer [this message]
2014-08-06 10:17 ` [PATCH v3 3/3] I2C: at91: fix the method for interrupt Raphaël Poggi
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=20140901101623.GT5352@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=poggi.raph@gmail.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